Skip to content

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

Notifications You must be signed in to change notification settings

jethronap/noFrameRestAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages