Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juplutonic/mongo-sinatra-books
api
https://github.com/juplutonic/mongo-sinatra-books
mongo rspec sinatra
Last synced: 1 day ago
JSON representation
api
- Host: GitHub
- URL: https://github.com/juplutonic/mongo-sinatra-books
- Owner: JuPlutonic
- Created: 2021-10-06T15:24:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-01T11:27:56.000Z (over 2 years ago)
- Last Synced: 2025-01-05T04:20:10.679Z (29 days ago)
- Topics: mongo, rspec, sinatra
- Language: Ruby
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```bash
curl -s -H "Content-Type: application/json" \
-XPOST http://localhost:5100/api/v1/booksn \
--data '{"title":"2061: Odyssey Three", "author":"Arthur C. Clarke", "isbn":"0345358791"}'
```
`201 Created`Run RSpec tests to see what all verbs are workring.