Skip to content

This API is for blog creator app which allows user to register and create and update their blogs and visitor can view the blog created y the owner

Notifications You must be signed in to change notification settings

AhmedAli9991/Blog-Creator-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog-Creator-API

This is a blog creation app where user can register and make a blog and others can visit that blog also uses allows user to upload images

tools used

  • FastAPI
  • JWT
  • Swagger
  • MongoDB
  • Motor
  • bcrypt
  • Pydantic
  • Postman

other tools

  • FileUpload
  • BSON
  • Serialization

Roles

  • Blog Owner
  • Visitor

Blog owner

Authentication

user has the ability to create an account and login and logout

Make a post

user can add a post to their blog user adds a title a pargraph description and an image to the post which will be shown

Preview

user can Preview all the Posts that he makes can preview one post as well

update and Delete Post

user can update and delete the post that they have on their blog

Visitor

View all

visitor can view all posts that the owner of that blog has made

View one

visitor can view one post at a time

screencapture-localhost-8000-docs-2022-04-25-20_20_49

how to run

  • install all packages in requirements.txt file pip install -r requirements.txt
  • start server uvicorn main:app --reload

End

About

This API is for blog creator app which allows user to register and create and update their blogs and visitor can view the blog created y the owner

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages