Dashboard - ARARA Makerspace Backend Installation $ python3 -m venv env $ source env/bin/activate # On Windows use `env\Scripts\activate` $ pip install -r requirements.txt Running $ python src/manage.py collectstatic $ python src/manage.py runserver Tests $ python src/manage.py test Frontend