Simple Course API Written in Java 15 with Spring Boot 2.3.4
Simple News Manager using spring boot
-
Clone the project.
git clone https://github.com/ShaonDey/course-api.git -
Go to the project.
cd course-api -
Build the project with maven.
mvn spring-boot:run -
The web application is deployed in a tomcat server (port 8888) embedded in sprint boot.
- Go to
http://localhost:8888/to see the application.
- Go to