/noFrameRestAPI

An effort to built a custom REST API without a framework.

Primary LanguageJava

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!