Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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!