This is a social network, several of its main features are mentioned below
- Share the post with comment and like
- system followings and follower
- Giving suggested posts to each user
- Chat realtime (later)
- Revenue system(later)
docker-compose up -d
docker exec -it social-application python manage.py createsuperuser
Type | EndPoint |
---|---|
File | api/schema/ |
swager ui | api/schema/swagger-ui/ |
redoc ui | api/schema/redoc/ |
I will be happy if report problem or send pull request for better code