This is a simple Blog App that allows users to create, read, update, and delete blog posts and comments. Also the user who created the post or comment can only have access to update and delete.
- Docker must be installed on your system. If you don't have Docker installed, you can download it from Docker's official website.
- Python and pip should be installed on your system.
For Ubuntu, run the following commands:
sudo apt update -y
sudo apt install docker.io -y
sudo apt install docker-compose -y
sudo apt install docker-compose-v2 -y
sudo docker --versionTo run the application, use the following command in your terminal:
sudo docker compose up -dOR
sudo docker-compose up -dRefer to the Swagger API documentation for details of API routes, request bodies, and response bodies at: localhost once the application starts running.