Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 754 Bytes

README.md

File metadata and controls

52 lines (34 loc) · 754 Bytes

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