Wen • Claire • Sam • Kat • Sierra • Kristy
This Mentor Scheduling Tool was created by the Fully Committed Team as a project for the She Codes Plus program.
git clone fully_committed_group_2023_backend
cd <pathtoproject>
python -m venv venv
venv/Scripts/activate
or. venv/bin/activate
pip3 install -r requirements.txt
cd mentorschedulingtool
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
ctrl
+break