{"id":28207007,"url":"https://github.com/bimus-github/full-stack-music-site","last_synced_at":"2025-10-12T01:10:37.154Z","repository":{"id":177568479,"uuid":"542863522","full_name":"bimus-github/full-stack-music-site","owner":"bimus-github","description":null,"archived":false,"fork":false,"pushed_at":"2022-09-29T01:30:06.000Z","size":101,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-11T22:43:07.245Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/bimus-github.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-09-29T01:25:43.000Z","updated_at":"2022-10-10T05:59:11.000Z","dependencies_parsed_at":"2023-12-09T21:45:37.231Z","dependency_job_id":null,"html_url":"https://github.com/bimus-github/full-stack-music-site","commit_stats":null,"previous_names":["bimus-github/full-stack-music-site"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bimus-github/full-stack-music-site","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bimus-github%2Ffull-stack-music-site","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bimus-github%2Ffull-stack-music-site/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bimus-github%2Ffull-stack-music-site/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bimus-github%2Ffull-stack-music-site/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bimus-github","download_url":"https://codeload.github.com/bimus-github/full-stack-music-site/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bimus-github%2Ffull-stack-music-site/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267804106,"owners_count":24146537,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"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":[],"created_at":"2025-05-17T12:14:56.491Z","updated_at":"2025-10-12T01:10:31.847Z","avatar_url":"https://github.com/bimus-github.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Lyrics\n\nDevelop an elegant React.js Music Application. \n\nCheck out the complete project requirements [here](https://docs.google.com/document/d/13PeFwRlPEhMw_HPyrIrInvQuKaVWnpNmcv-y3NA208s/edit?usp=sharing)\n\n# Contributing\n\nWhen contributing to this repository, please first discuss the change you wish to make via issue.\nPlease note we have a [code of conduct](CODE_OF_CONDUCT.md), please follow it in all your interactions with the project.\n\n\n## System Requirements\n\nTo get started with development, you need to install few tools\n\n1. git \n   \n   `git` version 2.13.1 or higher. Download [git](https://git-scm.com/downloads) if you don't have it already.\n\n   To check your version of git, run:\n\n   ```shell\n    git --version\n   ```\n\n2. node \n   \n   `node` version 16.15.1 or higher. Download [node](https://nodejs.org/en/download/) if you don't have it already.\n\n   To check your version of node, run:\n\n   ```shell\n    node --version\n   ```\n\n3. npm\n  \n   `npm` version 5.6.1 or higher. You will have it after you install node.\n\n   To check your version of npm, run:\n\n   ```shell\n    npm --version\n   ```\n\n## Setup\n\nTo set up a development environment, please follow these steps:\n\n1. Clone the repo\n\n   ```shell\n    git clone https://github.com/JavaScript-Mastery-PRO/project1_team4_repository.git\n   ```\n\n2. Change directory to the project directory\n\n    ```shell\n    cd project1_team4_repository\n    ```\n\n3. Install the dependencies\n   \n    ```shell\n     npm install\n    ```\n\n    If you get an error, please check the console for more information.\n\n    If you don't get an error, you are ready to start development.\n\n4. Run the app\n   \n    ```shell\n    npm run dev\n    ```\n\n    Project will be running in the browser.\n\n    Open [http://localhost:3000](http://localhost:3000) to view it in your browser.\n\n## Issues\n\nYou've found a bug in the source code, a mistake in the documentation or maybe you'd like a new feature? You can help us by [submitting an issue on GitHub](https://github.com/orgs/JavaScript-Mastery-PRO/projects/8). Before you create an issue, make sure to search the issue archive -- your issue may have already been addressed!\n\nPlease try to create bug reports that are:\n\n- _Reproducible._ Include steps to reproduce the problem.\n- _Specific._ Include as much detail as possible: which version, what environment, etc.\n- _Unique._ Do not duplicate existing opened issues.\n- _Scoped to a Single Bug._ One bug per report.\n\n\n## Pull Request\n\nThere are 2 main work flows when dealing with pull requests:\n\n* Pull Request from a [forked repository](https://help.github.com/articles/fork-a-repo)\n* Pull Request from a branch within a repository\n\nHere we are going to focus on 2. Creating a Topical Branch:\n\n\n1. First, we will need to create a branch from the latest commit on master. Make sure your repository is up to date first using\n\n   ```bash\n    git pull origin main\n   ```\n\n   *Note:* `git pull` does a `git fetch` followed by a `git merge` to update the local repo with the remote repo. For a more detailed explanation, see [this stackoverflow post](http://stackoverflow.com/questions/292357/whats-the-difference-between-git-pull-and-git-fetch).\n\n2. To create a branch, use `git checkout -b \u003cnew-branch-name\u003e [\u003cbase-branch-name\u003e]`, where `base-branch-name` is optional and defaults to `main`. \n   \n   Use a standard convention for branch names. For example, `\u003cyour-name\u003e-dev`. It will be easier to track your pull requests if you use this convention.\n   \n   I'm going to create a new branch called `jsm-dev` from the `main` branch and push it to github.\n\n   ```bash\n    git checkout -b jsm-dev main\n    git push origin jsm-dev\n   ```\n\n3. To create a pull request, you must have changes committed to your new branch.\n\n4. Go to [Pull Requests](https://github.com/JavaScript-Mastery-PRO/project1_team4_repository/pulls) and click on the `New Pull Request` button.\n\n5. Select the `main` branch as the `base` branch and the `jsm-dev` branch as the `compare` branch.\n\n6. Follow the template and fill in the proper information for the pull request.\n\n7. Click on the `Submit` button.\n\n8. You have successfully created a pull request. Now wait for mentor approval. Once approved, you can merge the pull request.\n\n#\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbimus-github%2Ffull-stack-music-site","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbimus-github%2Ffull-stack-music-site","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbimus-github%2Ffull-stack-music-site/lists"}