Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 452 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 452 Bytes

pytasks

RESTful api using python and mongo db

Prerequisites

  • Python 3.6
  • Mongo db atlas account

Api Endpoints

Verb Endpoint Functionality
POST /tasks Creates a task
GET /tasks Retrieves all tasks
GET /tasks/id Retrieves single task
PUT /tasks/id Updates a task
DELETE /tasks/id Delete a task