A blog where users can sign up and have their own posts and followers
Main works and features :
- Create backend database models
- Create API for Auth in blog
- Making documents with Swagger
- Create an API for creating posts
- Create an API to update posts
- Create an API to update additional information
- Create a comments database model
- Create a database model of followers and following
- Create an API to leave a comment
- Create an API to follow and unfollow
- Dockerize the project
- Release the initial version
After the release of the initial version :
- Change Django admin panel to Baton panel
- Add a section for creating accounts for regular users and create the ability to leave comments for posts
- Create a real-time chat to connect writers and users
- Create Android & Ios app