Mudwana is a MVC structure for nodejs with expressjs as its core
This application is using Node Js and Express JS as its core
It Includes the following package:
- Webpack for Bundling Package - "webpack/webpack"
- Bootstrap for CSS Framework - "jgthms/bulma"
- Lodash for Helper in Javascript - ["lodash/lodash"]
- Axios for Accessing API Endpoint - "axios/axios"
- Pug for Templating Engine - "pugjs/pug"
- Dotenv for Environment Variable Management - "motdotla/dotenv"
- Moment for formating UTC date - "felixge/node-dateformat"
- Brypt-nodejs for Bcrypt usage
- Sequelize for ORM activity
- Passport for Authentication
- Nodejs >= 9.0.0
- Terminal (In this case CMDER)
npm install
npm run-script build
npm start
// access it on localhost:3000