wumphlett / Attendance-Tracker

Auburn COMP-4710 Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Auburn COMP-4710 Project


Languages

Language:JavaScript 59.5%Language:Python 24.7%Language:CSS 10.2%Language:HTML 5.6%