https://github.com/dlresende/code-elevator-solution
My solution in Java for the Code Elevator Game
https://github.com/dlresende/code-elevator-solution
Last synced: 2 months ago
JSON representation
My solution in Java for the Code Elevator Game
- Host: GitHub
- URL: https://github.com/dlresende/code-elevator-solution
- Owner: dlresende
- Created: 2013-07-27T15:53:09.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-19T16:05:10.000Z (almost 12 years ago)
- Last Synced: 2025-02-05T05:22:43.510Z (4 months ago)
- Language: Java
- Homepage: https://github.com/xebia-france/code-elevator
- Size: 148 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Code Elevator Game
My solution using an embedded Java server for the [Code Elevator Game](https://github.com/xebia-france/code-elevator). The [event](http://blog.xebia.fr/2013/07/15/techevent-code-elevator-un-concours-de-programmation/) toke place at Xebia France on 22 Jully 2013.## Install
- `mvn clean install`## Run
- `mvn exec:java -Dexec.mainClass="net.diegolemos.codeelevator.MyHttpServer"`The server listens on port 8082: [http://localhost:8082/test](http://localhost:8082/test)