- Description
- Installation process
- Technologies used
- Known-Bugs
- Contact Information
- Copyright and License
Pitch-ME is an application intended to make use of one minute to relay pitches to users whereby users can submit pitches according to category and vote on them and leave comments to give their feedback on them.
The newest pitches are displayed first.
The following is a live link to the project: Live link
To access my repository link: Click here
To clone this repository locally, type the following command on your terminal.
If using HTTP keys, type:
https://github.com/Williamsoditi/Pitch-ME.git
If using SSH keys, then type:
git@github.com:Williamsoditi/Password-locker
On running the commands successfully, you should have a local version of this repository. Navigate to the target directory and open it with a prefered IDE :
- On running the application, type the following on the terminal;
chmod a+x start.sh
Then type./start.sh
- To test the application;
python3.8 manage.py test
- To navigate to a local browser, Type this on a preferred browser:
127.0.0.1:5000
No bugs identified during build.
- Author E-mail ;
williamsoditi99@gmail.com
- Phone Number: +254 712345678.
Copyright (c) 2022 Williams Oditi
MIT LICENSE
Copyright (c) 2022 News-Update
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 IN THE SOFTWARE.