- NodeJS
- MongoDB
Run the following command to install the node modules:
npm install
Set the following environment variables:
NODE_ENV=development
PORT=
# Database
DB_URI=
# Cloudinary
CLOUDINARY_URL=
You can get the Cloudinary URL from the Cloudinary Dashboard. The test values CLOUDINARY_UR and DB_URI can be provided on asking.
Run the server by:
npm run start:dev