Skip to content

Latest commit

 

History

History
52 lines (43 loc) · 1.88 KB

README.md

File metadata and controls

52 lines (43 loc) · 1.88 KB

Attendance-Tracker

COMP 4710 Project
Senior Design

Groupmates

Env Setup

  • Install python
    • Install poetry
  • Install npm

QoL

  • In the backend directory:
    • poetry run python manage.py createsuperuser

Running

  • In the backend directory:
    • poetry run python manage.py runserver
  • In the frontend directory:
    • yarn start

Special Django Links:

  • http://127.0.0.1:8000/admin
  • http://127.0.0.1:8000/api

Links

Misc

Deploy

Reload Backend

  • sudo systemctl daemon-reload
  • sudo systemctl restart daphne
  • sudo systemctl restart nginx