Skip to content

vanhalt/weather_application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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