A blog web app built with Bocadillo and Tortoise ORM that allows the user the list, read, create and delete blog posts.
With Pipenv:
pipenv install
pipenv shell
Start the server:
python blog.py
The website will be accessible at http://localhost:8000.