Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

adimian/bakery-toy-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bakery-toy-model

A toy infrastructure for an imaginary bakery company. Used to build integrations in kirby.

Requirements

  • redis server >= 5.0.4

Installing

pip install -e git+https://github.com/adimian/bakery-toy-model.git#egg=bakery 

Running

By default it will serve from 127.0.0.1 on port 8000

Easy mode

bakery serve

Troll mode

TROLL=yes bakery serve

Change port (e.g. to 5001)

bakery serve -p 5001

Running more workers (e.g. 4)

bakery serve -w 4

Services

You can find the swagger for the services at the root /

Admin interface

You can find the admin interface at /admin

About

A toy infrastructure for an imaginary bakery company. Used to build integrations in kirby.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages