This is a flask application that allows users to to post their pitch, and others users vote(upvote or downvote) their peeches.
This is an application that allows users to sign in or sign up and post one minute pitche.It also allows users to upvote or downvote on different pitches.
- Comment on the different pitches posted py other uses.
- See the pitches posted by other uses.
- Vote on s pitch they have viwed by giving it a upvote or a downvote.
- Register to be allowed to log in to the application
- View pitches from the different categories.
- Submit a pitch to a specific category of their choice.
To get the code..
- Cloning the repository:
https://github.com/Drongo-1/flask-3
- Move to the folder and install requirements
cd flask-3
pip install -r requirements.txt
- Exporting Configurations
export SQLALCHEMY_DATABASE_URI=postgresql+psycopg2://{User Name}:{password}@localhost/{database name}
- Running the application
python3.6 manage.py server
- Testing the application
python3.6 manage.py test
Open the application on your browser 127.0.0.1:5000
.
If you have any question or contributions, please email me at [ngugidavid46q@gmail.com]
- MIT License:
- Copyright (c) 2019 ** David Ngugi Kuria **