Project 5: REST
Using the REST demonstration files from April 3rd and the REST notes,
add a new resource and schema for something like books
or music
.
Code your schema into server/settings.py
using the Python Eve
validation notation. Your resource should add 4–5 fields (in addition
to the auto-generated _id
and _etag
).
Run the server and test all the CRUD operations by writing curl
command lines. Document the successful commands into a README.md
.