- Storage of Notes
- Upload Notes
- Download Notes
- Filter Notes [ on the basis of branch and semester wise ]
- Signup a User
- Login a User
- Logout a User
Feel free to pull some requests that maybe useful or neccessary for the website
Setup your enviroment by
$
virtualenv myvirtualenv
$
git clone https://github.com/thisisshub/django_project.git
$
cd django_project
$
pip3 install -r requirements.txt
$
python manage.py runserver
NOTE: Please push the code to alpha branch.
- Remove Dependency Vulnerabilities
- Add More Filters
- Clean Code
- Improve UI