Skip to content

Rende11/clj-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clojure web application template


Build Status

codecov

Basics

  • managing dependencies with deps.edn
  • http-kit web server
  • nrepl/cider for comfortable developer expirience
  • simple route-map routing
  • kaocha tests
  • linter eastwood and code-style checker cljfmt
  • CI travis-ci
  • test coverage with cloverage and codecov

Future plans

  • forking with db (entities, migrations, connections)
  • environment variables
  • dockerize
  • heroku deploy

Launch example fore develop

  • run interactive REPL make repl
  • connect to them from your editor (spacemacs - my choise)
  • open clj-template.core and eval namespace and -main function
  • now application available on http://localhost:8080

Just launch app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published