ddgold / cs373-idb

0 stars 0 forks source link

4. RESTful API and Django models #9

Closed Poltergust closed 10 years ago

Poltergust commented 10 years ago

A RESTful API at Apiary.

"Create a RESTful API using Apiary. Log into Apiary with your GitHub credentials and connect Apiary to your private repos. Think carefully about the types and format of the requests and responses, primary keys, foreign key constraints, and validations. Post the API to the public repository. Create a set of unit tests of the RESTful API."

A set of Django models.

"Create a set of Django models to represent the data and that corresponds to the API. Think carefully about the types of the models and about the many-to-many relationships between people, organizations, crises."