Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jod35/daily_bread
Daily Bible verse and note taking web app. It uses a Flask REST API and client side JavaScript
https://github.com/jod35/daily_bread
flask javascript
Last synced: 4 days ago
JSON representation
Daily Bible verse and note taking web app. It uses a Flask REST API and client side JavaScript
- Host: GitHub
- URL: https://github.com/jod35/daily_bread
- Owner: jod35
- Created: 2020-10-03T18:02:43.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-24T12:11:18.000Z (almost 4 years ago)
- Last Synced: 2023-03-05T14:03:10.427Z (over 1 year ago)
- Topics: flask, javascript
- Language: JavaScript
- Homepage:
- Size: 178 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Daily Bread
## API
| ROUTE | METHOD | DESCRIPTION |
| ------| ------- |------------|
|/verses | GET | get all records |
|/verses | POST | create a verse resource |
| /verse/id | GET | get a verse with an id |
| /verse/id | PUT | update a verse with an id |
| /verse/id | DELETE | delete a verse with an id |