Skip to content

j-nac/flask-rest-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask REST Template

What's included?

  • RESTful API with flask-restful
  • SQLite database with flask-sqlalchemy
  • Token authentication with flask-jwt-extended

Routes

  • /
  • /protected
  • /user
    • /login POST {email, password}
    • /register POST {username, password, email, *profile_picture, *description}
    • /update POST {*newPassword, *newEmail, *newUsername, *newDescription}
    • /information
    • /<string:user_id>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages