Skip to content

PyMarcus/todo_flask_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo_flask_api

Basic API, with authorization and authentication token, written in python with micro framework flask.

endpoints:

/todo

/users

methods:

GET, POST, PUT, DELETE

Database:

SQLite3

How to run:

python api.py

Python version:

3.10.5

✨ Create user

create_user

✔️ Select all

get_all

🪚 Delete

delte

✏️ Update

update

🔒 Get login

token

About

Basic API, with authorization and authentication token, written in python with micro framework flask.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published