Skip to content

mananpatel320/ShipmentTracker

Repository files navigation

Shipment Tracker Application

under development

Quick Start 🚀

Add a default.json file in config folder with the following

Leave the githubToken as it is for now, but add the mongoURI of your database.

{
  "mongoURI": "<your_mongoDB_Atlas_uri_with_credentials>",
  "jwtSecret": "secret",
  "githubToken": "<yoursecrectaccesstoken>"
}

Install server dependencies

In the root of the project run the following command

npm install
cd client
npm install

Running the backend and frontend

In the root of the project run the following command

npm run dev

App Info

Author

Manan Patel, Rupsa Dhar, Yash Raj Singh, Avisha Gupta,

Version

1.0.0

License

This project is not licensed

About

Backend and Frontend of HM Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published