Skip to content

Latest commit

 

History

History

python-flask

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Backend API implementation of the CrateDB guestbook demo application

This project is community maintained, any contributions are welcome.

A Python backend app using Flask and the crate Python package, which is an implementation of the standard Python DB API with support for SQLAlchemy.

Prerequisites

  • You will need Python 3.

Setup

Set up your environment and install the dependencies:

pip3 install poethepoet
poe install

Run

Start the application:

poe run

Then, open the application URL:

open http://localhost:8080/