Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jethronap/noframerestapi
An effort to built a custom REST API without a framework.
https://github.com/jethronap/noframerestapi
Last synced: 3 days ago
JSON representation
An effort to built a custom REST API without a framework.
- Host: GitHub
- URL: https://github.com/jethronap/noframerestapi
- Owner: jethronap
- Created: 2019-06-18T16:23:07.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-09T12:45:34.000Z (about 2 years ago)
- Last Synced: 2023-03-02T17:46:05.481Z (almost 2 years ago)
- Language: Java
- Homepage:
- Size: 27.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Simple RestAPI written in pure Java without a framework.
This is a maven project.
Libraries used are:
* `Project Lombok` for writing less boilerplate code,
* `Jackson` for JSON support and
* `HTTPSERVER` for building embedded HTTP servers.Building and running the project starts a server at `localhost:8000`.
From there you can `GET` requests that come from a locally hosted `json` file.
You can also `POST` data in json format.
Clean & Build the Project and give it a go!