Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 544 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 544 Bytes

Articles post using Node.js, Express And MongoDB

This is a article post forum app using Node.js, Express, Mongoose, pug templating engine and some other packages.

Usage

$ npm install
$ npm start
# Or run with Nodemon
$ nodemon
# start your mongodb or connect to your mlab account
# Visit http://localhost:5000

MongoDB

Create a database with a user table which follows the structure in the "models/user.js" file. Create a database with a article table which follows the structure in the "models/article.js" file.