Change the name of the file .env.local.example to .env.local to have access to the local enviromental variables.
Run in a separete terminal mongod to run the local DB.
Browse to this project directory and run in a terminal npm install to install all the dependencies needed.
In the project directory, you can run:
Runs the server in the development mode.
Open http://localhost:5000 to view it in the browser.
The server will reload if you make edits.
You will also see any lint errors and live API requests (with Morgan pkg) in the console.
You can fine the API deployed in https://api-condor.vercel.app