Skip to content

SiR FELIX Pitches HubSpot application is an app which enable user to add their pitches and other user will have a chance to view it and comment to on it as they vote on it. The pitches are also categorized in different field.

License

Notifications You must be signed in to change notification settings

SayiaFelix/pitch_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SiR FELIX Pitches Hub ::::

Built By Sayia Felix

Description

SiR FELIX Pitches Hub allows users to use their one minute wisely by submit their pitches and other users will vote on them and leave comments to give their feedback on them.

User Stories

These are the behaviours/features that the application implements for use by a user.

As a user I would like to:

  • See the pitches other people have posted.
  • submit a pitch in any category.
  • be signed in for me to leave a comment
  • view the pitches I have created in my profile page.
  • comment on the different pitches and leave feedback.

Specifications

Behaviour Input Output
Display pitch categories On page load List of various categories of pitches
Display tabs with category On Tab link click Clickable links to open pitches by category
Display profile Click profile page Redirected to a page with your profile
Display pitches On page load Each pitch displays author, title, pitch, date comment tab
To add a pitch Click an add pitch Redirected to the pitch collection form

SetUp / Installation Requirements

Prerequisites

  • python3.9
  • pip
  • virtualenv

Cloning

  • In your terminal:

      $ https://github.com/SayiaFelix/pitch_project.git
      $ cd pitch_project
    

Running the Application

  • Creating the virtual environment

      $ python3.9 -m venv --without-pip virtual
      $ source virtual/bin/env
      $ curl https://bootstrap.pypa.io/get-pip.py | python
    
  • Installing Flask and other Modules

      $ see Requirements.txt
    
  • To run the application, in your terminal:

      $ chmod +x start.sh
      $ ./start.sh
    

Testing the Application

  • To run the tests for the class files:

      $ python3.9 manage.py test
    

Technologies Used

  • Python3.9
  • Flask

License

Copyright (c) 2022 Sayia Felix


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.

About

SiR FELIX Pitches HubSpot application is an app which enable user to add their pitches and other user will have a chance to view it and comment to on it as they vote on it. The pitches are also categorized in different field.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published