Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 696 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 696 Bytes

Setup and Installation

Follow The Instructions To Run The Application Locally

Step:1 Clone the repository

  git clone https://github.com/ShariarNiaj05/Soul-Mate-Connect-Server.git

Step:2 Change the directory

  cd Soul-Mate-Connect-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