Skip to content

monitron/physiq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This needs a lot of work. :)

How to bootstrap from emacs with swank-clojure:

- Run lein deps
- Make sure the working directory is the physiq root
- M-x swank-clojure-project
- In the repl:
    (use 'server 'plan 'helpers)
    (set-plan! (struct plan (today) (day 2010 6 1) 220 180)) ; Sets a plan, since there's no UI for plans yet
    (-main) ; Starts the server
- Visit http://localhost:8080/

How to run as a jar:

lein deps
lein compile
lein uberjar
java -jar physiq-standalone.jar

About

A web app for diet tracking, written in Clojure with Compojure and MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors