https://github.com/r2dev2/apcsinder
APCS Final Project
https://github.com/r2dev2/apcsinder
Last synced: 5 months ago
JSON representation
APCS Final Project
- Host: GitHub
- URL: https://github.com/r2dev2/apcsinder
- Owner: r2dev2
- Created: 2021-04-05T15:44:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-26T21:48:08.000Z (almost 5 years ago)
- Last Synced: 2025-02-22T18:50:10.384Z (about 1 year ago)
- Language: Java
- Size: 400 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# APCSinder
Hot singletons in your RAM.
## Usage
To build, execute ``./build``.
To build the jar, execute ``./build jar``.
To run unit tests, execute ``./test``.
To run integration tests, execute ``./test integration``.
To run the server, execute ``./apcsinder server``.
To run the client, execute ``./apcsinder client``.
To run the client with a local server, execute ``./apcsinder client -s http://localhost:8000``.