{"id":19606488,"url":"https://github.com/sarah-marion/pitches","last_synced_at":"2026-05-09T03:32:12.179Z","repository":{"id":37835254,"uuid":"134304046","full_name":"Sarah-Marion/Pitches","owner":"Sarah-Marion","description":"This is a web application that allows various users to submit a short pitch.","archived":false,"fork":false,"pushed_at":"2023-01-15T23:04:35.000Z","size":84,"stargazers_count":0,"open_issues_count":17,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-05T16:32:51.951Z","etag":null,"topics":["bootstrap4","flask-application","flask-login","flask-sqlalchemy","postgresql","python3-6"],"latest_commit_sha":null,"homepage":"https://pitchthis.herokuapp.com/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sarah-Marion.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-21T17:44:11.000Z","updated_at":"2021-08-06T14:52:56.000Z","dependencies_parsed_at":"2023-02-09T23:55:11.892Z","dependency_job_id":null,"html_url":"https://github.com/Sarah-Marion/Pitches","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sarah-Marion/Pitches","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sarah-Marion%2FPitches","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sarah-Marion%2FPitches/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sarah-Marion%2FPitches/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sarah-Marion%2FPitches/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sarah-Marion","download_url":"https://codeload.github.com/Sarah-Marion/Pitches/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sarah-Marion%2FPitches/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32805904,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap4","flask-application","flask-login","flask-sqlalchemy","postgresql","python3-6"],"created_at":"2024-11-11T10:05:45.444Z","updated_at":"2026-05-09T03:32:12.162Z","avatar_url":"https://github.com/Sarah-Marion.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pitches\n\n\u003e A web application that allows the users to post pitches, comment and vote on pitches.\n\n## Author\n\n\u003e By **Sarah Marion**\n\n\u003e -----------------------------------------------------------\n\n## Description\n\n\u003e This is a web application that allows various users to submit a short pitch. Users can also be able to view other pitches from different categories (Pick-up Lines, Interview Pitches, Product Pitches, Promotion Pitches), comment and vote. For a user to do any of that, they need to have registered.\n\n## User Stories\n\nAs a user I would like:\n\n\u003e * to view the different categories.\n\u003e * to see the pitches other people have posted.\n\u003e * to comment on the different pitches and leave feedback.\n\u003e * to submit a pitch in any category.\n\u003e * to vote on the pitch they liked and give it a downvote or upvote.\n\n## How to use it\n\n\u003e * Internet connection\n\u003e * Click https://pitchthis.herokuapp.com/) \u003cbr/\u003e\n  or \u003cbr/\u003e\n\u003e * Copy https://pitchthis.herokuapp.com/) and  Paste the link on your prefered browser\n\n## How it works\n\n\u003e * A user needs to sign up\n\u003e * A user needs to sign in to vote and post pitches\n\u003e * A user can also create categories and post pitches within the application\n\n## Technologies Used\n\n\u003e * Python3.6\n\u003e * Flask framework\n\u003e * Bootstrap\n\u003e * PostgreSQL\n\n## Setup/Installation Requirements\n\n### Prerequisites\n\n\u003e * Internet access\n\u003e * ```git clone https://github.com/sarah-marion/Pitches.git```\n\u003e * ```cd Pitches```\n\n#### To install a virtual environment\n\n\u003e * ```python3.6 -m venv virtual``` \n\u003e * ```source virtual/bin/activate```\n\n#### To install all dependencies\n\n\u003e * ```python3.6 -m pip install -r requirements.txt```\n\n#### To change the config_name parameter from 'production' to 'development'\n\n\u003e * Inside the manage.py module  i.e:- ```app = create_app('production')``` should be ```app = create_app('development')```\n\u003e * Then run ```python3.6 manage.py server``` to get the app running  navigate to ```http://127.0.0.1:5000/``` and it will open in your browser\n\n## Dependancy Installments\n\n\u003e * pip install python3.6\n\u003e * pip install flask\n\u003e * pip install flask-bootstrap\n\u003e * pip install flask-script\n\u003e * pip install flask-wtf\n\u003e * pip install flask-migrate\n\u003e * pip install flask-login\n\u003e * pip install Flask-Mail\n\u003e * pip install flask-uploads\n\n## Specifications\n\n\u003e * To see the projects specifications refer to the [SPECS.md](SPECS.md) file for more details.\n\n## Known Bugs\n\n\u003e It does not have bugs.But if any problems should occur, email me at devsarahmarion@gmail.com\n\n## Support and Contact Details\n\n\u003e You can reach out to me at devsarahmarion@gmail.com\nfor Reviews, Advice, Collaborations and Comments\n\n## Licence\n\n\u003e MIT License\n\n\u003e Copyright (c) 2018 **Dev Sarah Marion**\n\n\u003e Permission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\n\u003e The above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\n\u003e THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n\u003e --------------------------------------------------------","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarah-marion%2Fpitches","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsarah-marion%2Fpitches","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarah-marion%2Fpitches/lists"}