Salmonella

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

Optimised and improved version

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
  • Run pipenv run flask run within the salmonella directory
  • The server should now be running on port 5000

Libraries