/users_api

Users Rest API using MongoDB and Cloud Firestore.

Primary LanguageJavaScript

Users_API

Build With

  • NodeJS
  • Express
  • MongoDB
  • Cloud Firestore

Development

  1. Clone the repository and change directory.
git clone https://github.com/randychoc/users_api.git
cd users_api
  1. Install npm dependencies
npm install
  1. Remember to have MongoDB installed
  1. 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)
  1. Run the app locally
npm start