A CRUD Web APP using Python, Flask and MySQL. Web App contains a Registration and a Login Page which is connected to the Database using MySQL.
Any Suggestions are most welcomed, Contact: github_user:rishabhk965
Required Python Libraries
- Flask
- flask-sqlalchemy
- mysql-python
- flask-login
- flask-migrate
- Flask-WTF
- flask-bootstrap
How to RUN
- Open your Terminal in the Troupers directory.
- Make a Virtual environment using Virtualenvwrapper and install the required Python Libraries.
- Run command: export FLASK_CONFIG=development export FLASK_APP=run.py flask run
- The WEB APP will run on your Local server.
For reference: https://scotch.io/tutorials/build-a-crud-web-app-with-python-and-flask-part-one