Kolem Edwin
This is an application that allows users to use that one minute wisely. The users will submit their one minute pitches and other users will vote on them and leave comments to give their feedback on them.
https://github.com/edwinkipchumba/pitch
As a user I would like to:
- see the pitches other people have posted.
- submit a pitch in any gategory.
- be signed in for me to leave a comment
- view the pitches I have created in my profile page.
- comment on the different pitches and leave feedback.
| Behaviour | Input | Output |
|---|---|---|
| Display pitch categories | On page load | List of various categories of pitches |
| Display tabs with category | On tab link click | Clickable links to open pitches by category |
| Display profile | Click profile page | Redirected to a page with your profile |
| Display pitches | On page load | Each pitch displays author, title, pitch, date, comment tab |
| To add a pitch | Click an add pitch | Redirected to the pitch collection form |
- python3.8
- flask
- virtualenv
- pip
- Open Terminal {Ctrl+Alt+T}
$git clone https://github.com/edwinkipchumba/pitch
$cd pitch
- open based on the text editor you have.
$ source virtual/bin/activate
(virtual)$ pip install -r requirements.txt
- To run the application, in your terminal:
$ chmod +x start.sh
$ ./start.sh
- flask
- HTML5
- Bootsrap
- python3.8
If you find a bug, kindly feel free to comment an issue here and inlcude their corresponding results.
Feel free to contact me incase of any issue or questions, ideas and concern towards the same.
- Contact Number:+254728357619
- E-Mail: edwinkolem5@gmail.com.
