- Clone this repository
git clone https://github.com/Hunteena/simple_social_network
-
Create .env according to .env.example
-
Start docker containers
docker-compose up --build
- Wait a little 😄
After the server has successfully started you are able to use
Swagger: http://127.0.0.1:8000/docs/
or
ReDoc: http://127.0.0.1:8000/redoc/
to interact with the social network.