Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 |