Drawing web application with angular, nodeJS and mongoDB.
Follow this steps to run the client
- npm ci : To install dendencies.
- npm start : To compile the client.
95% of tests are done in the client.
- npm run coverage : To compile tests and see the coverage.
Follow this steps to run the server
- npm ci : To install dendencies.
- npm start : To compile the server.
All tests are done in the server.
- npm run coverage : To compile tests and see the coverage.