#REST API in MEAN Stack
Building a REST API using the MEAN stack is a piece of cake. Its pretty simple to build up the application.
Follow the below steps and your application will be up and ready in no time.
(Install Postman API cleint)
git clone https://github.com/Vivek-raj/MEAN-REST.gitThen install the required dependencies using the follwing command
npm installThe application uses two seperate databases for development and testing.
Run the server using the command
node server
Run the tests using commandmocha