Welcome to BookStore Backend repository. This repository houses a Spring Boot application with spring security for JWT authentication, h2 as database and Swagger Apis.
To get started with this project, follow these steps:
Make sure you have JDK 17 installed on your computer.
Option 1:
-
Clone the repository to your local machine.
git clone https://github.com/shubhammane77/bookstore-backend.git cd bookstore-backend
-
Run java application
java -jar bookstore.jar
-
Access the swagger menu and h2 database.
http://localhost:8089/swagger-ui/index.html#/ http://localhost:8089/h2-console
Option 2:
-
Clone the repository to your local machine.
git clone https://github.com/shubhammane77/bookstore-backend.git cd bookstore-backend
-
Import project in Intellij using pom.xml.
-
Run BookstoreApplication.java.
-
Access the swagger menu and h2 database.
http://localhost:8089/swagger-ui/index.html#/ http://localhost:8089/h2-console
-
Java 17
-
Spring Boot
-
Spring Security
-
H2 Database
-
Swagger
-
Maven