Skip to content

municarrillo/flask-postgresql-tuto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask & PostgreSQL

An example of using Flask with postgresql. Made in Municarrillo for educational purposes.

How to run:

  1. Run python -m venv env command to create your virtual environment.
  2. Run pip install -r requirements.txt command to install dependencies.
  3. If you have docker, rundocker-compose up -d command to starts containers.
  4. Open 127.0.0.1:8081 in your web browser to see Flask Web Server.
  5. Open 127.0.0.1:8080 in your web browser to load PGADMIN.