A web application to allow people to easily share code snippets. This is targeted at providing professors a platform to easily share code among their students.
To run locally
git clone https://github.com/ymittal/codeshare
cd codeshare
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
admin
<password>
python manage.py runserver
Please feel free to contact Yash Mittal or create an issue if you have questions regarding this project.