Skip to content

mi3afzal/Ultimate-ToDoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Part I: Server API’s

Step 1A:

  • Todo RESTful API with Flask (Python3)- A TDD Approach to Building an API using NoSQL Database

Step 1B:

*Todo RESTful API with Flask (Python3)- A TDD Approach to Building an API using SQL Database

In this project step, we'll be port our Todo API using the TDD method in the step 1A to using PostgreSQL as our SQL Database.