Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 502 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 502 Bytes

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"