Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

PabloEmidio/flask-postgres-CRUD

Repository files navigation

flask-postgres-CRUD

A basic CRUD application built in flask using postgres as database

Taks list

  • Dockerfile
  • Initial docker-compose - It is working
  • Database class/access
  • Config files
  • Flask initial configs
  • CRUD routes
  • Basic frontend files to view application
  • PyTest - In development
  • CRUD revision - better management
  • Advanced frontend
    • Bootstrap - CSS framework
    • JS - framework is being chosen
  • Dockerfile/dockercompose adjusts - It will be necessary because futures features
  • Free hosting on herokuapp.com/ - (削除) Whatever I hosting before done (削除ここまで) - Well, I did! current version link

How to test now

Make the following steps to debug this application inside a docker container


[example@example]$ git clone https://github.com/PabloEmidio/flask-postgres-CRUD.git
[example@example]$ cd flask-postgres-CRUD
[example@example flask-postgres-CRUD]$ docker-compose build
[example@example flask-postgres-CRUD]$ docker-compose up -d
[example@example flask-postgres-CRUD]$ URL="http://127.0.0.1:8088/"; xdg-open $URL || sensible-browser $URL || x-www-browser $URL || gnome-open $URL

AltStyle によって変換されたページ (->オリジナル) /