User-Pitch is a web 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. The pitches are organized by category.
By Briana Odhiambo
This is a web application that allows various users to submit a short pitch. Users can also be able to view other pitches from different categories (Pick-up Lines, Interview Pitches, Product Pitches, Promotion Pitches), comment and vote. For a user to do any of that, they need to have registered.
As a user I would like:
- to view the different categories.
- to see the pitches other people have posted.
- to comment on the different pitches and leave feedback.
- to submit a pitch in any category.
- to vote on the pitch they liked and give it a downvote or upvote.
- Internet connection
- Click ()
or- Copy () and Paste the link on your prefered browser
- A user needs to sign up
- A user needs to sign in to vote and post pitches
- A user can also create categories and post pitches within the application
- Python3.9
- Flask framework
- Bootstrap
- PostgreSQL
- Internet access
- ```git clone https://github.com/754Bree/User-pitch.git``
cd User-pitch
python3.9 -m venv virtual
source virtual/bin/activate
python3.9 -m pip install -r requirements.txt
- Inside the manage.py module i.e:-
app = create_app('production')
should beapp = create_app('development')
- Then run
python3.9 manage.py server
to get the app running navigate tohttp://127.0.0.1:5000/
and it will open in your browser
- pip install python3.9
- pip install flask
- pip install flask-bootstrap
- pip install flask-script
- pip install flask-wtf
- pip install flask-migrate
- pip install flask-login
- pip install Flask-Mail
- pip install flask-uploads
- To see the projects specifications refer to the SPECS.md file for more details.
No known bugs yet but incase of any reach out to brianaodhiambo754@gmail.com
You can reach out to me at brianaodhiambo754@gmail.com for Reviews, Advice, Collaborations and Comments
MIT License
Copyright (c) 2022 Briana Odhiambo
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, sublicense, 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 NONINFRINGEMENT. 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 .