A simple fullstack CRUD app that let's the user register people into a chess club
git clone https://github.com/Marius258/ChessClubRegistration.git
- configure application.properties to use h2 or MySql
- run ChessClubRegistrationApplication to start the server
- View all members
- Add a new member
- Remove a member
- Edit a member
- View a member
- The frontend uses vanilla js so just run the backend server and open up the index.html file in your browser.
- To preview api endpoints open up the postman collection in /backend
- spring-boot-starter-data-jdbc
- spring-boot-starter-validation
- spring-boot-starter-data-jpa
- spring-boot-starter-web
- mysql-connector-j
- lombok
- spring-boot-starter-test