Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
API for Blogging using Flask, Sqlalchemy, Pyjwt
- Host: GitHub
- URL: https://github.com/codeperfectplus/FlaskBlogAPI
- Owner: codeperfectplus
- License: mit
- Created: 2021-04-27T13:08:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-17T00:08:20.000Z (over 1 year ago)
- Last Synced: 2024-05-28T04:08:54.444Z (5 months ago)
- Topics: blogapi, flask, flask-api, flask-marshmallow, flask-restful, flask-sqlalchemy, flaskapi, hashnode
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - codeperfectplus/FlaskBlogAPI - API for Blogging using Flask, Sqlalchemy, Pyjwt (Python)
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