a. implements a manager-friendly system for truck registration, creation and modification.
b. The information entered by the manager is properly stored and then displayed for private access to only other branch registered manager.
c. To create a database to store, manage and backup truck records.
d. To search for a specific truck record by entering known data.
-
Clone it
-
Run
npm install
- Create .env file in the root directory and specify the following:
PORT=8080
MONGO_URI=
(Add your own cluster connection)
- Go to terminal and Run:
nodemon app.js
Team Members:
- Atul Kaushal (19JE0203)
- Atharva Deshmukh (19JE0202)
- leela guru charan (19JE0204)
- Pujitha (19JE0205)