Skip to content

basantashubhu/node-framework

Repository files navigation

node-framework

A small node framework that comes with MVC pattern.

Author: Basanta Tajpuriya

Installation

Installation is very simple. Follow the instruction below.

npm install

npm run tscw

npm run start

npm run startn    //if you have nodemon installed previously

Configuration

Update the database configuration on path database/mongoose.js

mongoose.connect('mongodb://localhost:27017/{your_database_name}', {
    useUnifiedTopology : true,
    useNewUrlParser : true,
    useCreateIndex : true
}).then(conn => {
    console.log('mongo db connection started');
})

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published