{"id":14983372,"url":"https://github.com/sarah-marion/beatz_hub","last_synced_at":"2026-03-14T07:05:38.614Z","repository":{"id":52416850,"uuid":"135140395","full_name":"Sarah-Marion/Beatz_Hub","owner":"Sarah-Marion","description":"a website that links Producers, Djs and Artists in the music industry with the objective of improving their respective crafts to develop the industry as a whole.","archived":false,"fork":false,"pushed_at":"2021-04-29T20:15:52.000Z","size":24850,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-17T23:45:42.017Z","etag":null,"topics":["djs","flask","music-industry","postgresql","python3-6","sign"],"latest_commit_sha":null,"homepage":"https://beatzhub.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-28T09:33:06.000Z","updated_at":"2021-08-08T14:35:41.000Z","dependencies_parsed_at":"2022-09-01T00:30:43.442Z","dependency_job_id":null,"html_url":"https://github.com/Sarah-Marion/Beatz_Hub","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sarah-Marion%2FBeatz_Hub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sarah-Marion%2FBeatz_Hub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sarah-Marion%2FBeatz_Hub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sarah-Marion%2FBeatz_Hub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sarah-Marion","download_url":"https://codeload.github.com/Sarah-Marion/Beatz_Hub/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243006857,"owners_count":20220735,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["djs","flask","music-industry","postgresql","python3-6","sign"],"created_at":"2024-09-24T14:07:07.734Z","updated_at":"2025-12-24T07:51:35.968Z","avatar_url":"https://github.com/Sarah-Marion.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Beatz_Hub\n\nThis is a website that links Producers, Djs and Artists in the music industry with the objective of improving their respective crafts to develop the industry as a whole.  \n\n## Authors\n\n\u003e By **Sarah Marion**, **Victor Mundia** \u0026 **Richard Waweru**\n\n\u003e -----------------------------------------------------------\n\n## Description\n\n\u003c!-- \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. --\u003e\n\n## User Stories\n\nAs a user I would like:\n\n\u003e * to sign up and login to an account\n\u003e * to join the group consisting of members of the same proffesion field they are\n\u003e * to interact with other stake holders in the music industry\n\u003e * to post links of their works for display\n\u003e * to review and vote for other members' posts\n\n\n## How to use it\n\n\u003e * Internet connection\n\u003e * Click https://beatzhub.herokuapp.com/) \u003cbr/\u003e\n  or \u003cbr/\u003e\n\u003e * Copy https://beatzhub.herokuapp.com/) and  Paste the link on your prefered browser --\u003e\n\n## How it works\n\n\u003e * A user can sign up either as Dj, Artist, Producer or as a Fan.\n\u003e * A user can subscribe to receive email notifications\n\u003e * A user can view demos or official releases posted\n\u003e * A user can also post comments for other posted work\n\n## Technologies Used\n\n\u003e * Python3.6\n\u003e * Flask framework\n\u003e * Bootstrap and Css\n\u003e * PostgreSQL\n\u003e * SQLAlchemy\n\n## Setup/Installation Requirements\n\n### Prerequisites\n\n\u003e * Internet access\n\u003e * ```git clone https://github.com/sarah-marion/Beatz_Hub.git```\n\u003e * ```cd Beatz_Hub```\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\u003c!-- \u003e It does not have bugs.But if any problems should occur, email me at devsarahmarion@gmail.com --\u003e\n\n## Support and Contact Details\n\n\u003e You can reach out to us for Reviews, Advice, Collaborations and Comments at:\n\n* devsarahmarion@gmail.com\n* grooviqdeejay@gmail.com\n* developerwaweru@gmail.com\n\n\n## Licence\n\n\u003e Copyright (c) 2018 **Dev Sarah Marion**, **Victor Mundia**, **Richard Waweru**\n\n### YOU ARE NOT GRANTED AUTHORITY, RIGHTS OR LICENCES TO THIS PROJECT WITHOUT THE EXPRESS CONSENT OF VICTOR MUNDIA.\n\n\u003e --------------------------------------------------------\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarah-marion%2Fbeatz_hub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsarah-marion%2Fbeatz_hub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarah-marion%2Fbeatz_hub/lists"}