aaronshivers / gym-journal

An application for tracking exercise progress.
https://gym-journal.aaronshivers.com
GNU General Public License v3.0
1 stars 2 forks source link

setup models/workouts.js #10

Closed aaronshivers closed 5 years ago

aaronshivers commented 5 years ago

create a database schema for workouts. location should be models/workouts.js properties should include name, creator, createdAt, isPublic, description, or whatever you think is appropriate. use the todos model from https://github.com/aaronshivers/todo as a starting point

evanharmon1 commented 5 years ago

I'll work on this next. And then link it to app.js like #8 says.

evanharmon1 commented 5 years ago

My PR #19 should also close this. I thought I linked it with the fix keyword but I don't think it got linked.

aaronshivers commented 5 years ago

No problem. I'll close it.