Skip to content

jod35/flask-restx-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-RestX Demo

This is a simple REST API I built so as to learn Flask-RestX.

API

METHOD ROUTE DESCRIPTION
GET /todos get todos
GET /todo/{id} get a todo with an id
POST /todos create a todo
PUT /todo/{id} update a todo with an id
DELETE /todo/{id} delete a todo with an id

DEPENDENCIES

  • Python3
  • Flask
  • FlaskSQLAlchemy

RUN WITH

python3 app.py

About

This is a simple REST API I have built so as to learn how to build RESTful APIs with Flask-RestX

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages