Skip to content

styra-hackpsu/back-end

Folders and files

NameName
Last commit message
Last commit date

Latest commit

96c4d4a · Nov 13, 2022
Mar 21, 2021
Mar 21, 2021
Mar 21, 2021
Nov 13, 2022
Nov 13, 2022
Nov 13, 2022
Nov 13, 2022
Mar 21, 2021
Nov 13, 2022
Mar 21, 2021
Nov 13, 2022
Nov 13, 2022
Mar 21, 2021
Mar 21, 2021
Mar 20, 2021

Repository files navigation

back-end for STYRA

Submission for Hackpsu

Installation and Setup Steps

  • Navigate to the repo directory
  • Install the miniconda package manager for your platform, refer [here][https://docs.conda.io/en/latest/miniconda.html]
  • Create a virtual env via conda from the environment.yml file using the following command - conda env create -f environment.yml
  • Start your django server by runnnig python3 manage.py runserver. This should start the server at 127.0.0.1:8000