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
- React
- Chakra UI
- Chrome Web Server
- 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
Visitor Views
Owner Views
how to run
- install all packages in requirements.txt file pip install -r requirements.txt
- start server uvicorn main:app –reload
- install all react packages npm install
- start the client npm start