A social media API for minimalistic devs
- go inside backend folder running the command "cd backend"
- create a .env file based on "backend/.env.example"
- run the docker compose:
- "docker compose up -d"
- Go to http://localhost:8000/api/v1/docs/ on your browser and you be able to access the API docs.