Skip to content

An article post platform using Node, Express and Mongo db .

Notifications You must be signed in to change notification settings

kidikudazi/Article_post

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An article post platform using Node, Express and Mongo db .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published