Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 555 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 555 Bytes

BIRD STORE

BirdyMongo is engine that store information of birds and helps to retrieve it when request via api.

Its a excersie to get an hold on http CRUD methods.

BirdyMongo comes handy for those who likes to learn basic Django application that run over Mongo store.

Installation:

pip install -r requirements.txt

Run-Server:

python manage.py runserver

URLS:

GET /birds - List all birds,

POST /birds - Add a new bird,

GET /birds/{id} - Get details on a specific bird,

DELETE /birds/{id} - Delete a bird by id