Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 406 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 406 Bytes

Weather Application

READMEs:

  • weather_app/README.md
  • addresses_api/README.md

Running project

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