Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 912 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 912 Bytes

REST JSON API: Countries

Simple interface for querying country information by CCA2 two-character country code, per assignment https://bitbucket.org/mikaelhg/interview-countries

Find the beef

Install prerequisites

  1. Leiningen 2.0.0 or above

Test it

lein do clean, test

Run it locally

lein ring server

Check out the details of Finland at http://localhost:3000/countries/FI

Deploy on Heroku

Prerequisites:

  1. A Heroku account, obviously
  2. Heroku toolbelt installed and ready to go

Set up a new app on Heroku and deploy:

heroku create
git push heroku master