add docker setup

This commit is contained in:
João Victor Geonizeli
2022-02-28 17:33:13 -03:00
parent daf7ea0c73
commit fb156eef7e
6 changed files with 118 additions and 0 deletions

View File

@@ -1,5 +1,11 @@
# README
## Setup
1. Run setup script (docker) `./scripts/setup`
2. Execute seeds rake with `docker-compose run --rm web rails db:seed`
3. Start project with `docker-compose up`
4. Seed routes documentation `http://localhost:3000/rails/info/routes`
## Planning
### Question for the Product Manager