Body-parser
EJS
Express
Express-Session
Mongodb
|- public
| |- images
| | |- bus_icon.png
| |
| |- stylesheets
| |- 404.cs
| |- about.cs
| |- contribute.cs
| |- index.cs
| |- login.cs
| |- master.cs
|
|- routes
| |- shedules.routes.js
|
|- views
| |- 404.ejs
| |- about.js
| |- contribute.ejs
| |- index.ejs
| |- login.ejs
|
|- app.js
Buses_collection
{
license_no: {
type: String,
required: true
},
route_no: String,
route_start_times: String[],
route_finish_times String[],
contact_no: String,
route_reversed: Boolean,
}
Routes_collection
{
route_no: String,
routes: String[],
}