Follow The Instructions To Run The Application Locally
git clone https://github.com/ShariarNiaj05/Soul-Mate-Connect-Server.git
cd Soul-Mate-Connect-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