ksabbak / JavaServer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI

Java HTTP Server

An HTTP server built in Java 8, with all the basic functionality for a simple CRUD app with an example CRUD app. The example app is based on the acceptance criteria in cob_spec.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Requirements

Installing

After getting JDK SE 8 and Gradle working, navigate to the directory and run

$ gradle run

And you're set. Once it hits 75% EXECUTING, this means the server is ready and waiting. Your server will now accept requests sent to port 5000

Running the tests

To run the tests run

$ gradle test

Built With

About


Languages

Language:Java 100.0%