Posts by Guilherme Mota • 11 points
1 post
-
0
votes0
answers269
viewsQ: How to resolve Typeerror: Cannot read Property 'Create' of Undefined?
const express = require ("express"); const app = express(); const handlebars = require ('express-handlebars'); const bodyParser= require ('body-parser'); const Post = require ('./models/Post').…