Setup and Installation

Follow The Instructions To Run The Application Locally

Step:1 Clone the repository

  git clone https://github.com/ShariarNiaj05/Hunger-Help-Net-Server.git

Step:2 Change the directory

  cd Hunger-Help-Net-Server

Or simply navigate to the folder and open VS Code in that directory.

Step:3 Install node modules and all the dependencies

  npm i / npm install

Step:4 .env file setup

   NODE_ENV=development
   PORT=5000
   DATABASE_URL=<Your_mongodb_database_url>

Step:5 Run the project

   npm run dev

The server will start running on http://localhost:5000