Follow The Instructions To Run The Application Locally
git clone https://github.com/ShariarNiaj05/Hunger-Help-Net-Server.git
cd Hunger-Help-Net-Server
Or simply navigate to the folder and open VS Code in that directory.
npm i / npm install
NODE_ENV=development
PORT=5000
DATABASE_URL=<Your_mongodb_database_url>
npm run dev
The server will start running on http://localhost:5000