| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Rename sample_config.py to config.py, and update with your own SQLALCHEMY_DATABASE_URI and desired SECRET_KEY.
Run below command inside project directory to setup environment
python -m venv venvActivate enviroment with below command (for Windows):
venv\Scripts\activateRun below command next to install required modules plus dependencies defined in requirements.txt
pip install -r requirements.txtRun below command to start the app:
python app.pyAll Done!! Click Here to interact with your app:
Assumptions: Python and Postgres DB have been setup and is running prior to starting with this project.
References: For Complete details, please refer Sending data from a Flask app to PostgreSQL database for source article for this Repo.
| Back | FazBrowse Home | New Git URL |