Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 482 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 482 Bytes

Photo Viewer

A web app in Django for collaboratively viewing photos.

Getting Started

  1. Download and install Python.
  2. Create a virtual Python environment if desired.
  3. Run setup.ps1 or setup.sh depending on your OS.

To Run

Runs the server openly on port 8000.

Windows

cd .\photo_viewer
py manage.py runserver 0.0.0.0:8000

Linux

cd ./photo_viewer
python manage.py runserver 0.0.0.0:8000