ajthr / bookspot

A Book Store app with flask.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bookspot

A Book Store

Development

The only dependencies for this project should be docker and docker-compose.

Quick Start

Starting the project with hot-reloading enabled (the first time it will take a while):

docker-compose up -d

And navigate to http://localhost/

Rebuilding containers:

docker-compose build

Bringing containers down:

docker-compose down

Testing

To run tests,

docker-compose run --rm api sh -c "python -m pytest"

About

A Book Store app with flask.

License:GNU General Public License v3.0


Languages

Language:Python 93.7%Language:HTML 5.7%Language:Mako 0.6%