https://github.com/stephenombuya/simple-restful-api
This is a simple REST API that allows one to perform POST and GET HTTP requests to the database to retrieve the necessary data required. It is built using Spring Boot Framework with Java.
https://github.com/stephenombuya/simple-restful-api
apache-maven java rest springboot3-x
Last synced: 4 months ago
JSON representation
This is a simple REST API that allows one to perform POST and GET HTTP requests to the database to retrieve the necessary data required. It is built using Spring Boot Framework with Java.
- Host: GitHub
- URL: https://github.com/stephenombuya/simple-restful-api
- Owner: stephenombuya
- License: gpl-3.0
- Created: 2023-05-15T12:46:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T18:47:04.000Z (almost 2 years ago)
- Last Synced: 2025-03-12T10:45:58.900Z (about 1 year ago)
- Topics: apache-maven, java, rest, springboot3-x
- Language: Java
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SIMPLE RESTful API
This is a simple REST API that allows one to perform POST and GET HTTP
requests to the database to retrieve the necessary data required.
Technologies utilized were:
* Spring Boot Framework
* Java programming language
* MySQL DBMS
* Eclipse IDE
* Spring Tool Suite