Skip to content

Clish254/auth-microapi

 
 

Repository files navigation

Auth-Micro API


Site coming soon 🎈

Installation:


Node v12.16.0 npm v6.14.5 Create MongoDB Cluster and get its URI Clone repo

How to:


::start server, run in terminal:

  • git clone <url>
  • cd auth-microapi
  • npm install
  • npm start

To Contribute:

Please always follow the right format in making pull request

  • For this repository into your remote repository
  • Clone the code form your remote repository into your local machine
  • Create a branch with the feature name you wish to work on
  • Add any changes
  • Add tests with jest and make sure they pass
  • Create an upstream on your local amchine to pull the latest code from the develop branch of this repository
  • Push to your remote branch
  • Make a pull request to the develop branch of this repository

About

A microapi to allow easy integration of authentication into your service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 94.2%
  • Dockerfile 5.8%