Skip to content

haduart/clj-angularjs-recipes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an example Clojure web application project that uses the Angular.js framework and Bootstrap. It's functionality is pretty minimal: it just grabs a list of recipes from Recipe Puppy and then displays those in a table. You can change the main ingredient to load different recipes.

The client side code for the web app is in index.html and index.js. The server side bits are in core.clj and recipes.clj. The first defines the routes and a very simple JSON API to retrieve recipes. The latter interfaces to the Recipe Puppy API to retrieve recipes.

To run the app you need to have Leiningen 2.0 installed. Then simply run:

$ git clone https://github.com/st3fan/clj-angularjs-recipes.git
$ cd clj-angularjs-recipes
$ lein ring server-headless

The app should then be running at http://localhost:3000

About

Example Angular.js and Clojure web application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.0%
  • CSS 33.7%
  • Clojure 0.3%