Our Black Wings Hacks project is a webapp portal which allows students to submit their code and get instant feedback as well as reminders through their sms mobile phone
To use this application, you need:
- A Twilio account
- A Docker installation
- Python 3 and pip installed
- A basic understanding of Django
- Clone the repository
- Create a virtual environment
- Install the requirements
- Make a twilio account and add the credentials to the environment
- Run the django server
- docker build --tag bwh:latest .
- Move the code file into the p1/ directory
- Run
python3 grade.py