Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 516 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 516 Bytes

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.