Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wilsonkinyua/pitches
This is an app that allows users to view,submit & pitches based on categories. A web application where 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/wilsonkinyua/pitches
flask heroku postgresql python
Last synced: 7 days ago
JSON representation
This is an app that allows users to view,submit & pitches based on categories. A web application where users will submit their one minute pitches and other users will vote on them and leave comments to give their feedback on them.
- Host: GitHub
- URL: https://github.com/wilsonkinyua/pitches
- Owner: WilsonKinyua
- Created: 2021-09-17T08:04:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-20T11:32:51.000Z (over 3 years ago)
- Last Synced: 2024-11-11T14:50:17.569Z (2 months ago)
- Topics: flask, heroku, postgresql, python
- Language: Python
- Homepage: http://pitch-easy.herokuapp.com/
- Size: 933 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pitch
#### Created By Wilson Kinyua Muthoni on 18-09-2021
## Description
A web application where users will submit their one minute pitches and other users will vote on them and leave comments to give their feedback on them.
## Setup Requirements
- Git
- Web-browser or your choice
- Github
- Flask(0.12.2)
- Pip
- Python 3.8## Setup Installation
- Copy the github repository url
- Clone to your computer
- Open terminal and navigate to the directory of the project you just cloned to your computer
- Run the following command to start the server using virtual environment```
python3.8 -m venv --without-pip virtual
```- To activate the virtual environment
```
source virtual/bin/activate
``````
curl https://bootstrap.pypa.io/get-pip.py | python
``````
pip install -r requirements.txt
``````
chmod a+x start.sh
``````
./start.sh
```- open the browser and navigate to http://127.0.0.1:5000/ to see the application in action
## Technologies Used
The following languages have been used on this project:
- HTML
- CSS
- Bootstrap
- Python
- Flask
- Heroku## Setup/Installation Requirements
- Live link to view the project View Pitch
## Some Screenshots
- Homepage
- Single Pitch Category
- Single Pitch with Comments
- Profile Page
- My Pitches on Profile Page
- Add Pitch
- Fully phone responsive
## Known Bugs
So far so good there are no bugs related to this project 😎
## Support and contact details 🙂
To make a contribution to the code used or any suggestions you can click on the contact link and email me your suggestions.
- Email: [email protected]
- Phone: +254717255460## License
Copyright (c) 2021 Moringa school
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files , 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 IN THE
SOFTWARE.