gilangvperdana / FlaskCRUD

A CRUD app with Flask and Bootstrap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask CRUD

This project was created in the Build a CRUD App with Flask, Bootstrap & Heroku tutorial.

Requirements

  • Homebrew
  • Python 3
    • pip install flask
    • flask-sqlalchemy
    • gunicorn

Running the app

python app.py

Docker Image

docker run -d -p 80:5000 gilangvperdana/apps:flaskcrud1
  • Access on localhost:80

About

A CRUD app with Flask and Bootstrap

License:MIT License


Languages

Language:HTML 65.1%Language:Python 29.9%Language:Dockerfile 4.0%Language:CSS 0.7%Language:Procfile 0.3%