codeperfectplus / FlaskBlogAPI

API for Blogging using Flask, Sqlalchemy, Pyjwt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

API for Blogging using Flask, Sqlalchemy, Pyjwt

License:MIT License


Languages

Language:Python 100.0%