https://github.com/web-dev-nav/drivetest-appointment-system
https://github.com/web-dev-nav/drivetest-appointment-system
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/web-dev-nav/drivetest-appointment-system
- Owner: web-dev-nav
- Created: 2024-04-26T21:16:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-26T21:49:20.000Z (about 1 year ago)
- Last Synced: 2025-02-01T18:12:54.987Z (5 months ago)
- Language: CSS
- Size: 5.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DriveTest-Appointment-system
Small appointment application built in Express and Nodejs.
Mainly entire application consists of following parts:1. Driver Interface (a person who wants to take G2/G license)
2. Examiner Interface (a person who takes driver’s exam)
3. Admin (a person who adds schedules and other stuff in the portal)# Setup
1. Find the `dir` and open in `vs code`
2. Open terminal and type `npm install`
3. Setup mongodb [here](https://account.mongodb.com/account/login) and create cluster
4. Download MongoDB compass and enter connection to test.
5. open `db/db.js` and add connection string.
6. Now get back to terminal and type `npm run start`
7. Last, open localhost:4000 to test the application in browser# Login
# Driver

*# Examiner

# Admin

