A web application to centralise learning resources
Clone into a folder , install prerequisites , run manage.py and access through web browser
Stated in requirements.txt , include flask , flask_sqlalchemy as main components
- Set up a virtual environment using venv / pyvenv
- Clone repository into same parent folder/directory as above environment
- Download requirements using pip install -r requirements.txt
- Run wsgi.py , access via web browser ( sample database attached )
- Use this repository for source code on heroku in new project
- Deploy
- Available at https://engphytemp.herokuapp.com/
- Demo frontend with more courses at https://dkarmy12.github.io/ep
Divyansh Kharbanda