/secretsanta

Secret santa web app built using Django

Primary LanguagePython

Running Locally

Make sure you have Python 3.7 installed locally.

$ git clone https://github.com/nikibreg/secretsanta.git
$ cd secretsanta

$ pip install -r requirements.txt
$ python manage.py migrate
$ python manage.py collectstatic
$ python manage.py runserver

Your app should now be running on localhost:8000