This application provides car washes to customers at the given location and time, by the registered washers on the application. The customer will send wash requests to washers, which will then, be accepted or rejected by the washer. The application is built using MEAN stack and follows a Microservice architecture. There are three microservices Admin, Washer and Customer.
Use the package manager npm for installation.
npm install
-
Use the following command on each microservice to run the server
nodemon server
-
Run the following command to start angular server
ng serve
Unit testing of the services is done using Mocha and Chai. Run the following command to run the tests.
npm test
The project uses MIT license.