In life, you only have 60 seconds to impress someone. 1 minute can make or break you. This application will allow users to use one minute wisely. They will submit their one minute pitches and other users will vote on them and leave comments for their feedback on them |
View live
-
These are the behaviours/features that the application implements for use by a user
As a user, I would like to see the pitches other people have posted.
As a user, I would like to vote on the pitch they liked and give it a downvote or upvote.
As a user, I would like to be signed in for me to leave a comment
As a user, I would like to receive a welcoming email once I sign up.
As a user, I would like to view the pitches I have created in my profile page.
As a user, I would like to comment on the different pitches and leave feedback.
As a user, I would like to submit a pitch in any category.
As a user, I would like to view the different categories.
- python3.6
- pip
- virtualenv
-
Creating the virtual environment
$ python3.6 -m venv --without-pip virtual $ source virtual/bin/env $ curl https://bootstrap.pypa.io/get-pip.py | python
-
Installing Flask and other Modules
$ see Requirements.txt
-
To run the application, in your terminal:
$ chmod +x start.sh $ ./start.sh
- Python3.6
- Flask
This project is under:[MIT]