To set up the project on your local machine do the following steps:
- Clone the project
git clone https://github.com/anuragsinha03/QuoraBackendAPI.git
- Go inside the downloaded folder and install node modules
cd QuoraBackendAPI && npm install
- Create a new .env file in the root directory and set the following env variables
PORT=3000
ATLAS_DB_URL=""
LOG_DB_URL=""
- Start the backend server
npm start