- Clone the repository:
git clone https://github.com/devswaranjit-codes/real-time-location-tracker-backend.git
- Navigate to the project directory:
cd real-time-location-tracker-backend - Install the dependencies:
npm install
- Start the server:
node app.js
OR, you can also install nodemon for live changes while you changing on your code
npm intall nodemon nodemon app.js-
Open your web browser and go to
http://localhost:3000to view the application.you can visit the site here