Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 408 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 408 Bytes

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