Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jumba23/weather-api-rails
https://github.com/jumba23/weather-api-rails
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jumba23/weather-api-rails
- Owner: jumba23
- Created: 2022-10-24T05:42:44.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-27T07:13:06.000Z (about 2 years ago)
- Last Synced: 2023-08-12T21:53:24.698Z (over 1 year ago)
- Language: Ruby
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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