This is a simple social network created using Django.
- Python
- Django
- DRF
- Docker
- PostgreSQL
Run
docker-compose up --build -d
Stop
docker-compose down
Note To create an admin, you can use the command:
docker ps # copy id api container docker exec -it <container-id> bash # go in container bash by id python manage.py createsuperuser # create superuserAfter go to
/admin/