Simple authentication microservice written in NodeJS.
- Install NodeJS on your machine (https://nodejs.org/en/download/). Use version 8.9.0/install NVM.
- Install MongoDB and set up a local server (https://www.mongodb.com/download-center/community).
- Clone the project
git clone [email protected]:kockarevicivan/node-identity-server.git
- Install the packages
npm install
- Run
npm start