Skip to content

wumphlett/Attendance-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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