Social network prototype based on Django class based views. Realized: custom user model with "friends" features, extendable blog system with "bookmarks" features. "Messages" features based on Django Channels and easy extendable to multi-users chats.
- Clone the repository
git clone https://github.com/olegush/37_transcendence_1.git
cd 37_transcendence_1
-
Rename .env.dev to .env
-
Build image and run containers, attached to services.
docker-compose up -d --build
- Go to http://127.0.0.1:8000/ with superuser access [email protected]/pwd12345