This is a web application that allows users to schedule one-on-one meetings with others. Users can create an account, log in, and schedule meetings with others. The application is built using Django for the backend and React for the frontend.
Backend: https://oneonone-qe0i.onrender.com/api Frontend: https://csc309-frontend.onrender.com/
Note: The backend and frontend servers are deployed on Render. The backend server may take about a minute to start up.
- Clone the repository.
- Change dictionary to
backend
. a. Runstartup.sh
to set up the virtual environment. b. Runrun.sh
to start the backend server. c. Runmail_server.sh
to start the mail server. - Emails that are sent will be printed to the console. d. Backend server will be running onhttp://localhost:8000/api/
. - Change dictionary to
frontend
. a. runstartup.sh
to install the necessary packages. b. runrun.sh
to start the frontend server. c. Frontend server will be running onhttp://localhost:3000/
.