Currently we support the following features :
- Authentication and Authorization with JWT
- Signup Login Page
- Update Page
- Show Page.
Frontend: React
Backend: Spring
Database: PostgreSQL
2021-07-12.06-35-21_Trim.mp4
View Demo · Report Bug · Request Feature
-
Fork the Repository
-
Clone the repository to your local machine
$ git clone https://github.com/<your-github-username>/Music-Hoster-FrontEnd-Using-React
-
Change directory to 'Music-Hoster-FrontEnd-Using-React'
$ cd Music-Hoster-FrontEnd-Using-React
-
Add a reference to the original repository
$ git remote add upstream https://github.com/ashish2030/Music-Hoster-FrontEnd-Using-React.git
-
Install dependencies
$ yarn install
-
You are ready to go
$ yarn start
- Always keep your master branch in sync with the main repository (by running
$ git pull upstream master
on your local master branch). - Always create a new branch before making any changes (
$ git checkout -b <new-branch-name>
), never ever make any changes directly on the master branch.
- If you wish to contribute kindly check the CONTRIBUTING.md🤝
- If you are completely new to Open Source, read the Instructions.
- Please follow the CODE OF CONDUCT
Project Admin* | Mentor* |
🚀 Contributions of any kind are welcome!