This is an application that allows users to add new pitches of any category listed, view other users pitches, vote and comment on them, 22nd, April 2019
User Actions | Input | Output |
---|---|---|
Create an Account | Click on Sign in | Fill the sign in form with your details |
Log in | Fill the login form | Redirected to the home page |
View any Pitches | Click on any category and view | Redirects to a page with a list of pitches |
Add a new Pitch | Click Add Pitch Button | Fill the form to add a new Pitch |
Add a comment | Click on the comment button | Add a comment for the specific pitch |
Upvote/ Downvote | Click upvote/Downvote Button | Votes on a pitch |
- Ensure you have Installed Python3.6
- Clone the Pitch Deck Repository
- Navigate to the start.sh file and export your email address, password and your secret key.
- Run chmod a+x start.sh
- Run ./start.py to open the app
There are currently no known bugs in the application.
- Python3.6
- HTML
- Bootstrap
- Flask
For more information, questions, or help using the program, get in touch with me on +254 726 047102 or email: kimita.wanjiku@gmail.com.
MIT License
Copyright (c) 2019 Elizabeth Kimita
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sub-license, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.