A simple authentication and authorization NodeJS app
In order to run this app, you will need to have nodeJS and mongoDB installed on your computer.
Instructions:
- Clone the repo;
- Navigate to the folder of the project and run
npm install
command. - Start the application by
npm start
command from the folder of the project. - Enjoy!
- P.S. to run unit tests run
npm test