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
- FastAPI
- JWT
- Swagger
- MongoDB
- Motor
- bcrypt
- Pydantic
- Postman
- FileUpload
- BSON
- Serialization
- Blog Owner
- Visitor
user has the ability to create an account and login and logout
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
user can Preview all the Posts that he makes can preview one post as well
user can update and delete the post that they have on their blog
visitor can view all posts that the owner of that blog has made
visitor can view one post at a time
- install all packages in requirements.txt file pip install -r requirements.txt
- start server uvicorn main:app --reload