CRICDatabase / searchable-image-database-nodejs

Backend in Node.js for CRIC Searchable Image Database
GNU Affero General Public License v3.0
1 stars 5 forks source link

Add REST API endpoints related with collections #87

Open rgaiacs opened 4 years ago

rgaiacs commented 4 years ago

Requires:

Create file src/rotas/collection.js, following good practices, and add:

POST

GET

PUT

DELETE

Remember to write tests, see https://github.com/CRICDatabase/searchable-image-database-nodejs/pull/94, and document the endpoints in docs/rest_api/collection.rst.