An HTTP-server built using Java
Open your terminal, create a directory, and clone this repo into your new directory.
Change into the root directory.
cd java-http-server
Start the server by running the following command:
./gradlew run
To run unit tests:
./gradlew test
To run acceptance tests:
cd http_server_spec
bundle install
rake test
More information on the acceptance tests.