8000 GitHub - nickik/blackjack: Blackjack Training API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nickik/blackjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Blackjack Training API

Getting Started

  1. Start the application: lein run
  2. Go to localhost:8080

Configuration

To configure logging see config/logback.xml. By default, the app logs to stdout and logs/. To learn more about configuring Logback, read its documentation.

Developing your service

  1. Start a new REPL: lein repl
  2. Start your service in dev-mode: (def dev-serv (run-dev))
  3. Connect your editor to the running REPL session. Re-evaluated code will be seen immediately in the service.

Docker container support

  1. Build an uberjar of your service: lein uberjar
  2. Build a Docker image: sudo docker build -t blackjack .
  3. Run your Docker image: docker run -p 8080:8080 blackjack

About

Blackjack Training API

Resources

43A0

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0