Skip to content

uofa-cmput404/404f23project-beeg-yoshi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

CMPUT404-project-socialdistribution

Setup & Intialization

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/ or http://localhost:8000
      • Default port is 8000
    • 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/ or http://localhost:8000

API Documentation

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/

Contributors

Authors:

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

About

404f23project-beeg-yoshi created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published