Made with ❤️ by Team Bugzfeed
- Aniruddha Nandi
- Harshita Girase
- Lawreen Latif
- Lawzeem Latif
- Stephen James
- Python 3.5+
- pipenv is used to manage Python dependencies
All commands listed in this section assume that you are in the repository root.
- Install Python dependencies:
pipenv install
- Activate your Python virtual environment:
pipenv shell
- Apply Django database migrations:
python manage.py migrate
- Start the Django development server:
python manage.py runserver