Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hillol-talukdar/appointment-booking
A website to make easy appointment between a student and the course teacher of a University.
https://github.com/hillol-talukdar/appointment-booking
bootsrap5 css3 expressjs html5 javascript mongodb nodejs reactjs
Last synced: 19 days ago
JSON representation
A website to make easy appointment between a student and the course teacher of a University.
- Host: GitHub
- URL: https://github.com/hillol-talukdar/appointment-booking
- Owner: Hillol-Talukdar
- Created: 2022-04-26T11:56:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T22:32:33.000Z (over 2 years ago)
- Last Synced: 2023-08-26T11:59:53.088Z (over 1 year ago)
- Topics: bootsrap5, css3, expressjs, html5, javascript, mongodb, nodejs, reactjs
- Language: JavaScript
- Homepage:
- Size: 441 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Features of Appointment-Booking
General Features:
- Users can sign up as teachers or students.
- The system allows access to logged-in users.
- User can update his/her profile.Admin Feature:
- Can see the list of Students and Teachers.
- Have the option to approve or disapprove a registration request.
- Can add/edit/delete any user (teachers and students) into the system.Teacher Feature:
- Can manage (add/view/update/delete) available hours in a week. It can be a calendar or any tabular view
- Can manage appointments where teacher can view who requested, which date, for which course, and the agenda. Can approve or reject the request.
- Can view the daily or upcoming schedules with course names, student names and agendasStudent Feature:
- Can view the list of teachers available in the system. Also, they can search by name or department
- Can view a teacher's profile with the available schedule by week. They can view the booked and available slots.
- Can make an appointment request by providing teachers, departments etc.
- Can see his/her appointment history and upcoming schedule for the day/week.