CHawsCoding / CraftHouse

1 stars 2 forks source link

models #4

Open CHawsCoding opened 11 months ago

CHawsCoding commented 11 months ago

create necessary files for models and build the files

braydenday commented 11 months ago

so far we have.... const User = require('./User'); const DIY = require('./DIY'); const Comment = require('./Comment')

module.exports = { User, DIY, Comment };