A collection of various microservices for developing modern web applications.
Microservice for user authentication and authorization
- Clone the repository.
- Install NodeJS.
- Open terminal and navigate to microservice directory.
- Run command
npm install
- Create .env file and add the following variables:
(PORT), (DATABASE URL as DB_URL), (ACCESS TOKEN SECRET as ACCESS_TOKEN_SECRET)
- Run command
npm start
to startup microservice server.