Skip to content

ymittal/codeshare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codeshare

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.

Getting Started

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

Contact

Please feel free to contact Yash Mittal or create an issue if you have questions regarding this project.

Releases

No releases published

Packages

No packages published