Skip to content

ShariarNiaj05/Hunger-Help-Net-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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