2671493y / study_spaces

A Django webapp StudySpaces for the WAD Assessment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

study-spaces

A Django webapp StudentSpaces for the WAD Assessment

Installation instructions

  • Create a folder within your WAD folder called study_spaces
  • Create your own branch of the project on github
  • Clone the github repo into that folder
  • Navigate to that folder in your Terminal of choice and create a conda environment with the name study_spaces and the python version 3.9 conda create -n study_spaces python=3.9
  • Pip install all of the requirements using the command pip install -r requirements.txt
  • In theory it should all work now, reach out to me if its broken

About

A Django webapp StudySpaces for the WAD Assessment


Languages

Language:Python 70.9%Language:HTML 27.0%Language:JavaScript 1.5%Language:CSS 0.6%