Skip to content

This is a flask application that allows users to post one minute pitches and also allows other users who have signed up to comment and upvote or downvote a pitch. It also allows a person to signup to be able to access the functionalities of the application

License

Notifications You must be signed in to change notification settings

Owiti-Charles/pitch-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pitch-world

Author

Owiti-Charles

Description

This is a flask application that allows users to post one minute pitches and also allows other users who have signed up to comment and upvote or downvote a pitch. It also allows a person to signup to be able to access the functionalities of the application

Live Link

View Site

Screenshot

User Story

  • 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.

BDD

Behaviour Input Output
Load the page On page load Get all posts, Select between signup and login
Select SignUp Email,Username,Password Redirect to login
Select Login Username and password Redirect to page with app pitches based on categories and commenting section
Select comment button Comment Form that you input your comment
Click on submit Redirect to all comments tamplate with your comment and other comments

Development Installation

To get the code..

  1. Cloning the repository:
https://github.com/Owiti-Charles/pitch-world.git
  1. Move to the folder and install requirements
cd pitch-world
pip install -r requirements.txt
  1. Exporting Configurations
export SQLALCHEMY_DATABASE_URI=postgresql+psycopg2://{User Name}:{password}@localhost/{database name}
  1. Running the application
python3.6 manage.py server
  1. Testing the application
python3.6 manage.py test

Open the application on your browser 127.0.0.1:5000.

Technology used

Known Bugs

  • There are no known bugs currently but pull requests are allowed incase you spot a bug

Contact Information

If you have any question or contributions, please email me at [mikeycharlesm7@gmail.com]

License

  • MIT License:
  • Copyright (c) 2019 Owiti Charles

About

This is a flask application that allows users to post one minute pitches and also allows other users who have signed up to comment and upvote or downvote a pitch. It also allows a person to signup to be able to access the functionalities of the application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages