Table of Contents
- Install the requirements inside virtual envirnoment
pip install -r requirements.txt
- Setup Env variables (Add both the env variables)
export FLASK_APP=theater
export FLASK_ENV=development
- Run the application
flask run
- Backend:
- Python
- Flask Framework
- SQLAlchemy
- Fronted:
- HTML
- CSS
- JavaScipt + JQuery + AJAX
