/task-be

Primary LanguageJavaScript

Task BE

Run on Local Machine

Dependencies:

  1. NodeJS
  2. MongoDB

Installing Project Dependencies

Run the following command to install the node modules:

npm install

Setting the Environment Variables

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.

Running the Server

Run the server by:

npm run start:dev