Skip to content

atul14357/transport-company-computerisation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a CRUD app built using Nodejs,Express js, Mongodb and HTML(EJS),CSS and Javascript.


We aim to design a Tranport Company Computerization System (TCC) that:


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.

To Run the Web Application

  • 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)