Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 828 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 828 Bytes

Troupers

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


  1. Flask
  2. flask-sqlalchemy
  3. mysql-python
  4. flask-login
  5. flask-migrate
  6. Flask-WTF
  7. flask-bootstrap

How to RUN


  1. Open your Terminal in the Troupers directory.
  2. Make a Virtual environment using Virtualenvwrapper and install the required Python Libraries.
  3. Run command: export FLASK_CONFIG=development export FLASK_APP=run.py flask run
  4. 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