Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codeperfectplus/FlaskBlogAPI

API for Blogging using Flask, Sqlalchemy, Pyjwt
https://github.com/codeperfectplus/FlaskBlogAPI

blogapi flask flask-api flask-marshmallow flask-restful flask-sqlalchemy flaskapi hashnode

Last synced: about 1 month ago
JSON representation

API for Blogging using Flask, Sqlalchemy, Pyjwt

Awesome Lists containing this project

README

        

## 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