CMPUT404-project-socialdistribution
See the web page for a description of the project.
Make a distributed social network!
- MIT License
The authors claiming copyright, if they wish to be known, can list their names here...
- Janan Panchal
- Prateek Annam
- Prabhav Patel
- Daniel Kim
- Mehran Khan
- Brandon Dong
Service Address: http://127.0.0.1
Port: 8000
Hostname: localhost
Terminal 1 — Django:
- python manage.py runserver
- Runs at http://127.0.0.1:8000
Terminal 2 — MkDocs:
-
mkdocs serve
-
Runs at http://127.0.0.1:8000 by default — port conflict! Use a different port:
-
mkdocs serve -a 127.0.0.1:8001
-
Docs will be at http://127.0.0.1:8001
If mkdocs isn't installed:
- pip install mkdocs mkdocs-material