nikibreg / secretsanta

Secret santa web app built using Django

Home Page:https://saidumlosanta.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Secret santa web app built using Django

https://saidumlosanta.herokuapp.com


Languages

Language:Python 52.8%Language:HTML 18.1%Language:JavaScript 16.9%Language:CSS 12.2%