Estudy is a web study that provides and centers learning material effectively for students studying in colleges and universities. The site allows for a wide variety of functionality for students and lecturers. Through this platform we will create broad collaboration among all users of the site and leave feedback for better and better learning.
- Make sure you have python on your computer (if not install python 3.10.4 from here Python download)
- Make sure Python is in path (if not follow this guide Add python to path)
- Make sure pip is in path (if not follow this guide Add pip to path)
- Clone repository.
- Run
pip install -r requirements.txt
- To run the project on local server please run this command
python manage.py runserver
- That’s it, you are all set up.
Also you can enjoy the site through this link
https://estudy-sce.herokuapp.com/
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.