/bloguero

(UNMAINTAINED) 🗞 A blog web application made with Bocadillo

Primary LanguageHTMLMIT LicenseMIT

Bloguero

A blog web app built with Bocadillo and Tortoise ORM that allows the user the list, read, create and delete blog posts.

Install

With Pipenv:

pipenv install
pipenv shell

Quick start

Start the server:

python blog.py

The website will be accessible at http://localhost:8000.