Pitch
- An application where users submit their one-minute pitches, pick-up lines and one-liners and other users vote on them and leave comments to give their feedback on them. The pitches are organized by category and the new posts should be displayed first.
- Open Terminal
{Ctrl+Alt+T}
- Clone the repository
$ git clone https://github.com/JohnKarima/pitch
- Move into directory
$ cd pitch
- Open project on code editor
$ code .
- Run the application by opening the cloned file in terminal and running the commands:
$ chmod a+x start.sh
$ ./start.sh
- Run the tests for the application:
$ python3.8 manage.py test
- Python
- Flask
- Bootstrap
- CSS
- pip
- 2020, John Karima.