https://github.com/akshatsrivastava0312/courses-api
A Simple Courses API using Spring Boot
https://github.com/akshatsrivastava0312/courses-api
java maven mysql mysql-database pom spring spring-boot springboot xml
Last synced: 2 months ago
JSON representation
A Simple Courses API using Spring Boot
- Host: GitHub
- URL: https://github.com/akshatsrivastava0312/courses-api
- Owner: AkshatSrivastava0312
- Created: 2024-06-01T14:23:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-01T14:30:26.000Z (about 2 years ago)
- Last Synced: 2025-03-06T05:47:10.782Z (over 1 year ago)
- Topics: java, maven, mysql, mysql-database, pom, spring, spring-boot, springboot, xml
- Language: Java
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Courses-API
This is a dynamic Spring Boot API which can fetch list of all courses, add a new course, update existing course and delete a course.
I have used Postman to test this API.