Skip to content

lldenisll/api_activity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Full API with Persistent data and login authentication

Using Python + Flask + Sqlalchemy

Requirements:

  • aniso8601==8.0.0
  • click==7.1.2
  • Flask==1.1.2
  • Flask-HTTPAuth==4.1.0
  • Flask-RESTful==0.3.8
  • itsdangerous==1.1.0
  • Jinja2==2.11.2
  • MarkupSafe==1.1.1
  • pytz==2020.1
  • six==1.15.0
  • SQLAlchemy==1.3.17
  • Werkzeug==1.0.1

Features

  • Database using http methods put, get, delete and post. Tested in web bowser and postman.
  • Login authentication using flask_httpauth

About

Full API with Persistent data and login authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages