Site coming soon 🎈
Node v12.16.0
npm v6.14.5
Create MongoDB Cluster and get its URI
Clone repo
git clone <url>cd auth-microapinpm installnpm start
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