READMEs:
- weather_app/README.md
- addresses_api/README.md
docker compose up -d # for database and redis services
- addresses API
cd addresses_api
bundle install
bundle exec rails db:create
bundle exec rails db:migrate
bundle exec rails s -p 3001
- Weather app
cd weather_app/
bundle install
bundle exec rails s