https://github.com/lewagon/recipes
Stable website to be scraped by @lewagon students
https://github.com/lewagon/recipes
scraping
Last synced: 9 months ago
JSON representation
Stable website to be scraped by @lewagon students
- Host: GitHub
- URL: https://github.com/lewagon/recipes
- Owner: lewagon
- Created: 2020-09-21T09:03:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T16:35:25.000Z (over 1 year ago)
- Last Synced: 2024-05-06T17:46:58.274Z (over 1 year ago)
- Topics: scraping
- Language: Ruby
- Homepage: http://recipes.lewagon.com
- Size: 2 MB
- Stars: 5
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Deployment
Trigger GitHub Action
# Seed database
If necessary, you can wipe and re-seed the `Recipe` database with:
```
ssh dokku@students.lewagon.engineering run recipes rails db:seed
```