Setup Guide:
- Create and activate virtual environment:
virtualenv venv --python=python3
source venv/bin/activate
- Install dependencies:
cd backend/
pip install -r requirements.txt
How to run the server:
- In the directory
backend/
:python3 manage.py runserver
- This command starts the webserver on the current machine with the URL
http://127.0.0.1:8000/
orhttp://localhost:8000
- Default port is 8000
- This command starts the webserver on the current machine with the URL
- To stop the server, input
Control-C
How to access the server:
- Open any web browser and enter the URL
http://127.0.0.1:8000/
orhttp://localhost:8000
How to access API Documentation:
- Ensure the server is running (See Setup & Initialization for more details)
- Go to the URL
http://127.0.0.1:8000/docs/
Authors:
- Nathan Wong ([email protected])
- Josh Vuong ([email protected])
- Lauren Herman ([email protected])
- Michael Harbidge ([email protected])
- Youwei Peng ([email protected])
User stories
** User Stories other 41 stories are completed except 2 below
- As a server admin, I want to share public images with users on other servers.
- As an author, posts I make can be in CommonMark