The Social Book Store is a bookstore based on Spring Boot, where users can upload and exchange books for free.
- Java 17+
- Maven
- MySQL
- Spring Boot
-
clone repository
git clone https://github.com/gianniskokkinis/Social-Book-Store.git cd social-book-store -
Setup Database (MySQL)
-
Update the credentials from
application.propertiesto your Database credentials. -
Run as Java Project
-
Open a browser and run
http://localhost:8080