Project Name: MCIT Reservation System
Group Members:
Name | |
---|---|
Yuxiang Wang | ywang20@seas.upenn.edu |
Zhifei Wu | zhifeiwu@seas.upenn.edu |
Lang Qin | langqin@seas.upenn.edu |
Rubo Xing | rubo@seas.upenn.edu |
This project provide MCIT students to have a system for them to schedule office hour or private conversation with their professor with an easy and clear web application
- NodeJS
- ReactJS(frontend implementation)
- MongoDB Atlas(Database)
- ExpressJS(backend Connection)
Looking into the future, We will try to integrate the login page into one and provide new Professor registration function as well as their abilities to modify their available time slot.
1.Run code(git clone https://github.com/halo0516/2023CIT-hackathon.git)
to clone the project to your local machine.
2.cd into code(reservation)
in your terminal and type in code(npm install)
and then code(npm start)
now you are able to see the frontend webpage.
3.open a new terminal and cd to the code(backend)
file and type in code(npm install)
and then code(npm start)
to start the backend server of the web application.
4.Then you will be able to register, login and reserve the time slot on the webpage!