Skip to content

Upcode Python Bootcamp: learn how to build REST API using Flask.

Notifications You must be signed in to change notification settings

akhil1234A/Upcode-Python-Bootcamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Upcode-Python-Bootcamp

Upcode Python Bootcamp: learn how to build REST API using Flask.

Build a mini eCommerce API using Python and Flask.

This API implement the following endpoints,

  1. GET /api/products
  2. GET /api/products/
  3. POST /api/products
  4. PUT /api/products/
  5. DELETE /api/products/

Data is retrieved from .json file and saved to same file. NO DATABASE, USED POSTMAN

About

Upcode Python Bootcamp: learn how to build REST API using Flask.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages