Skip to content

unsigned-maki/salmonella

Repository files navigation

Salmonella

School project for Project Management class which is supposed to become an online poll website similar to StrawPoll.

Setup

  • Download and install Python 3.9 or higher
  • Make sure Python was added to your PATH
  • Run pip install pipenv
  • Clone the repository using git clone https://github.com/unsigned-maki/salmonella
  • Install the MongoDB Community Server or use the docker-compose.yml provided
  • Run pipenv install within the salmonella directory
  • A new virtualenv with the required modules should be created for you