pospeev / warehouse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Run the app with docker locally:

To build the container and all its dependencies run

docker-compose build

Then setup the database:

docker-compose run --rm app rake db:drop && rake db:create && rake db:migrate && rake db:seed

If everything went fine you should be able to run

docker-compose up

You can find the swagger docs on http://localhost:3000/swagger_doc Put the URL into some REST client like insomnia or browse it via Swagger UI

About


Languages

Language:Ruby 98.7%Language:Dockerfile 0.8%Language:HTML 0.4%Language:Shell 0.1%