Skip to content

A web application for making collaborative digital canvases

Notifications You must be signed in to change notification settings

nordwestt/ourplace_project

Repository files navigation

Ourplace - A Collaborative Canvas

Ourplace is a collaborative canvas that can be used to relax with friends and let our your creative spirit.

Deploying

Requirements: Python 3.7

  1. Clone this repository using git clone https://github.com/2400757n/ourplace_project.git and navigate into the new directory.
  2. Make a virtual environment with your method of choice and activate it, we suggest Miniconda.
  3. Run the following in your virtual environment:
pip install -r requirements.txt
python manage.py makemigrations ourplace
python manage.py migrate
python populate_ourplace.py
python manage.py runserver
  1. Go to http://localhost:8000/

Using Docker

If you already have Docker (and optionally compose) installed this method will be faster and easier. If you don't, you can get it here.

  1. Clone this repository with git clone https://github.com/2400757n/ourplace_project.git and navigate to it.
  2. Run docker build -t ourplace . to create a docker image.
  3. Run docker run -dp 8000:8000 ourplace and head to http://localhost:8000/

If you have docker-compose installed you can skip steps 2 & 3, instead do docker-compose build and docker-compose up -d.

Acknowledgements

This project would not work without Bootstrap - in particular the Yeti theme from Bootswatch, as well as JQuery and Django.

About

A web application for making collaborative digital canvases

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •