- NodeJS
- Express
- MongoDB
- Cloud Firestore
- Clone the repository and change directory.
git clone https://github.com/randychoc/users_api.git
cd users_api
- Install npm dependencies
npm install
- Remember to have MongoDB installed
- Download MongoDB Community Server
- Create a Firebase Project
- Create an Auth Project
- Create an Cloud Firestore Project
- Get your Enviroment Variables
- Create and .env file (remember to install DotEnv Package)
- Run the app locally
npm start