School project for Project Management class which is supposed to become an online poll website similar to StrawPoll.
- 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 thesalmonella
directory - A new virtualenv with the required modules should be created for you
- Run
pipenv run flask run
within thesalmonella
directory - The server should now be running on port 5000