- π Table of Contents
- π Overview
- π¦ Features
- π repository Structure
- βοΈ Modules
- π Getting Started
- π£ Roadmap
- π€ Contributing
- π License
- π Acknowledgments
βββ Musica/
βββ sql commands.txt
βββ src/
βββ RemoveCard.java
βββ main/
βββ java/
βββ webapp/
Untitled.mp4
Root
| File | Summary |
|---|---|
| [sql commands.txt](https://github.com/JyothiSwaroopReddy07/Musica/blob/main/sql commands.txt) | HTTPStatus Exception: 429 |
Src
| File | Summary |
|---|---|
| RemoveCard.java | HTTPStatus Exception: 429 |
Dao
| File | Summary |
|---|---|
| Cartdbdao.java | HTTPStatus Exception: 429 |
| Paymentsdbdao.java | HTTPStatus Exception: 429 |
| Productsdbdao.java | HTTPStatus Exception: 429 |
| Userdbdao.java | HTTPStatus Exception: 429 |
Model
| File | Summary |
|---|---|
| Product.java | HTTPStatus Exception: 429 |
| Cart.java | HTTPStatus Exception: 429 |
| Card.java | HTTPStatus Exception: 429 |
| User.java | HTTPStatus Exception: 429 |
Controller
| File | Summary |
|---|---|
| LogoutServlet.java | HTTPStatus Exception: 429 |
| CartServlet.java | HTTPStatus Exception: 429 |
| CardServlet.java | HTTPStatus Exception: 429 |
| LoginServlet.java | HTTPStatus Exception: 429 |
| RemoveACartItem.java | HTTPStatus Exception: 429 |
| RemoveCard.java | HTTPStatus Exception: 429 |
| RegisterServlet.java | HTTPStatus Exception: 429 |
Webapp
| File | Summary |
|---|---|
| index.jsp | HTTPStatus Exception: 429 |
Scripts
| File | Summary |
|---|---|
| payment.js | HTTPStatus Exception: 429 |
| cart.js | HTTPStatus Exception: 429 |
| home.js | HTTPStatus Exception: 429 |
| login.js | HTTPStatus Exception: 429 |
| shop.js | HTTPStatus Exception: 429 |
| register.js | HTTPStatus Exception: 429 |
Views
| File | Summary |
|---|---|
| payment_successful.jsp | HTTPStatus Exception: 429 |
| shop.jsp | HTTPStatus Exception: 429 |
| register.jsp | HTTPStatus Exception: 429 |
| unauth-shop.jsp | HTTPStatus Exception: 429 |
| register_success.jsp | HTTPStatus Exception: 429 |
| login.jsp | HTTPStatus Exception: 429 |
| index.jsp | HTTPStatus Exception: 429 |
| cart.jsp | HTTPStatus Exception: 429 |
| payment.jsp | HTTPStatus Exception: 429 |
| home.jsp | HTTPStatus Exception: 429 |
Styles
| File | Summary |
|---|---|
| payment.css | HTTPStatus Exception: 429 |
| home.css | HTTPStatus Exception: 429 |
| cart.css | HTTPStatus Exception: 429 |
| auth.css | HTTPStatus Exception: 429 |
| shop.css | HTTPStatus Exception: 429 |
Snippets
| File | Summary |
|---|---|
| newsletter.html | HTTPStatus Exception: 429 |
| deals.jsp | HTTPStatus Exception: 429 |
| about.html | HTTPStatus Exception: 429 |
| dotd.html | HTTPStatus Exception: 429 |
| product.jsp | HTTPStatus Exception: 429 |
| nav.html | HTTPStatus Exception: 429 |
| footer.html | HTTPStatus Exception: 429 |
| unauth-nav.html | HTTPStatus Exception: 429 |
Meta-inf
| File | Summary |
|---|---|
| MANIFEST.MF | HTTPStatus Exception: 429 |
- Clone the Musica repository:
git clone https://github.com/JyothiSwaroopReddy07/Musica- Change to the project directory:
cd Musica- Install the dependencies:
mvn clean installjava -jar target/myapp.jarmvn testContributions are welcome! Here are several ways you can contribute:
- Submit Pull Requests: Review open PRs, and submit your own PRs.
- Join the Discussions: Share your insights, provide feedback, or ask questions.
- Report Issues: Submit bugs found or log feature requests for JYOTHISWAROOPREDDY07.
Click to expand
- Fork the Repository: Start by forking the project repository to your GitHub account.
- Clone Locally: Clone the forked repository to your local machine using a Git client.
git clone <your-forked-repo-url>
- Create a New Branch: Always work on a new branch, giving it a descriptive name.
git checkout -b new-feature-x
- Make Your Changes: Develop and test your changes locally.
- Commit Your Changes: Commit with a clear and concise message describing your updates.
git commit -m 'Implemented new feature x.' - Push to GitHub: Push the changes to your forked repository.
git push origin new-feature-x
- Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
Once your PR is reviewed and approved, it will be merged into the main branch.
This project is protected under the SELECT-A-LICENSE License. For more details, refer to the LICENSE file.
- List any resources, contributors, inspiration, etc. here.
