Cara is a simple face cheat sheet for various organisations like school, college and any other organisation.
Cara is not a data storage for people's profile, it just a simple visualisation having minimum contact details in it.
This project represents the UI of Cara app which works with Cara API
- NodeJS = 9.5.0
- Angular CLI = 1.7.1
- yarn = 1.3.2
- Google Chrome Browser
- Run
yarn install
to downloadnode_modules
. - Run
yarn start
to run the app. - Navigate to
http://localhost:4200/
to access the app.
Run yarn run dev-build
to build the project. The build artifacts will be stored in the dist/
directory.
Run yarn run build
to build the project in production mode.
Run yarn test
to execute the unit tests via Karma.
Run yarn e2e
to execute the end-to-end tests via Protractor.