Skip to content

codeperfectplus/FlaskBlogAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Web API

Trying to create similar api like hashnode.

Features

  • Admin with CRUD operations on Users and Blogs

  • App can Has multiple blogger each one will have their own path. https://url/username

  • Users with CRUD operations on Blog.

  • Each user can create their Blog. https://url/username/slug

  • User can Generate API_KEY to CREATE, DELETE the Blog.

  • User can view other User's blog