Skip to content

A collection of various microservices for developing modern web applications.

License

Notifications You must be signed in to change notification settings

anshwalia/microservices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microservices

A collection of various microservices for developing modern web applications.

USER-2-AUTH

Microservice for user authentication and authorization

Setup Instructions

  1. Clone the repository.
  2. Install NodeJS.
  3. Open terminal and navigate to microservice directory.
  4. Run command npm install
  5. Create .env file and add the following variables: (PORT), (DATABASE URL as DB_URL), (ACCESS TOKEN SECRET as ACCESS_TOKEN_SECRET)
  6. Run command npm start to startup microservice server.

About

A collection of various microservices for developing modern web applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published