KNLOX Guitar Tab Maker is a web application for creating, managing, and sharing guitar tabs. Built with Spring Boot, it provides a RESTful API for CRUD operations and supports storing tabs in a PostgreSQL database.
- Create, read, update, and delete guitar tabs (CRUD)
- Supports multiple tunings and artists
- Stores tab content in a structured format
- Auto-generates timestamps for tab creation
- Tested with Postman for API validation
- Backend: Java, Spring Boot, Spring Data JPA
- Frontend: React, Node.js, Axios
- Database: PostgreSQL
- API Testing: Postman
- Build Tool: Maven
- Clone this repository:
git clone https://github.com/<your-username>/knlox-guitar-tab-maker.git