Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jumba23/weather-api-rails


https://github.com/jumba23/weather-api-rails

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# README

1. bundle exec rails db:create
2. bundle exec rails s
3. touch app/controllers/home_controller.rb
4. mkdir app/views/home
5. touch app/views/home/index.html.erb
6. ```ruby
Rails.application.routes.draw do
# Defines the root path route ("/")
root "home#index"
end
```
7. add Tailwind - follow instructions
8. Add basic GET request
9. Use date.today.strftime