Skip to content

ajthr/bookspot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks