Skip to content

yuzu-original/SimpleSocialNetwork

Repository files navigation

Simple Social Network API

Description

This is a simple social network created using Django.

Technologies used

  • Python
    • Django
    • DRF
  • Docker
  • PostgreSQL

Usage

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 superuser

After go to /admin/

About

This is a simple social network created using Django.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published