A complete Python3 CRUD app with Bulma UI. Based on Michael Herman's Discover Flask series. The series is in Python2, I have taken the entire series using Python3.
See it Live https://tig-flask-intro.herokuapp.com
- Ensured postresql is installed and up and running
$ git clone https://github.com/Tig10/flask-intro.git
$ cd flask-intro
- Created a virtual environment
$ python3 -m venv venv
- Install dependencies with
$ pip install -r requirements.txt
- Run the app with
$ manage.py runserver