add dynmic exercsie list, keywords(hardcoded), datafields(hardcoded), adding exercises from exercise list, and show hide for delete button.

This commit is contained in:
2013-01-22 21:09:20 -05:00
parent 30ed56b9ba
commit a5f70ec9d1
7 changed files with 52 additions and 59 deletions

1
app.js
View File

@@ -49,6 +49,7 @@ require('./routes/users')(app);
require('./routes/session')(app);
require('./routes/workouts')(app);
require('./routes/admin')(app);
require('./routes/api')(app);
http.createServer(app).listen(app.get("port"), function(){
console.log ("Server listening on port " + app.get("port"));