Skip to content

gadenahi/flask_restapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Flask RestAPI

REST API Sample with Python, Flask, SQLAlchemy

List of API

Request Method Endpoint
Get list GET /users
Get user GET /users/:id
Register user POST /users
Update user PUT /users/:id
Delete user DELETE /users/:id

About

REST API with Python, Flask, SQLAlchemy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages