Need to create web service for getting tags statistics from stackoverflow.
lein do clean, figwheel
and open at http://0.0.0.0:3449
- Build it as
lein do clean, cljsbuild once prod
- Check it as
lein ring server
- You can build it
For servlet container like Jetty or Tomcat... like:
lein ring uberwar
Or as standard java application like:
lein ring uberjar
and run it as
java -jar target/challenge-0.1.0-standalone.jar
and open at http://0.0.0.0:3000