Skip to content

bwanamaina/pytasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

RESTful api using python and mongo db

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages