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

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

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
```