Waweru Gerald Muchuki
Pitch It Out is a web appliction that enables one to write out short pitches on different catergories which can be commented on.
- One should be able to sign in or register if he or she is a new user
- One should see various pitch catergories and select the ones they prefer
- One should comment on the pitches
- See various Pitch Categories.
- Pitch It!
- Comment on It!
- Sign in / Sign Out
This project was created on a linux terminal using atom editor and coded with Python version 3.6
Cloning the repository.
https://github.com/Geerocktricks/PitchOut.git
Creating a virtual environment
sudo apt-get install python3.6-venv python3.6 -m venv virtual
Installing dependencies
pip3 install -r requirements
The following libraries are required
- Flask==0.12.2
- Flask-Bootstrap==3.3.7.1
- Flask-Script==2.0.6
Running Tests
python3 manage.py test
Running the web app in development
python manage.py server
Open the app on your browser, by default on 127.0.0.1:5000.
There are currently no known bugs at the momennt
- Python3.6
- Flask
- Heroku
- Git clone https://github.com/Geerocktricks/PitchOut.git and make the changes.
- Write your tests on tests/
- If everything is OK. push your changes and make a pull request. ;)
Incase of any bugs or support, reach me via my email geerockface4@gmail.com
Copyright (c) 2019 Geerocktricks