Programming Platform where developers challenge their coding skills
Instructions to build & run the project:
- Install dependencies
pip install -r requirements.txt - Migrate database
python manage.py migrate - Run the development Server
python manage.py runserver