Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 707 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 707 Bytes

TP project

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.

How to run with Docker

  1. Clone the repository
git clone https://github.com/olegush/37_transcendence_1.git
cd 37_transcendence_1
  1. Rename .env.dev to .env

  2. Build image and run containers, attached to services.

docker-compose up -d --build
  1. Go to http://127.0.0.1:8000/ with superuser access [email protected]/pwd12345