Skip to content

A sample Node.js MVC web app creating using Express, Pug, Passport.js, bcryptjs, and Sequelize.js (SQLite)

License

Notifications You must be signed in to change notification settings

codezri/node-mvc-demo

Repository files navigation

node-mvc-

A sample Node.js MVC web app creating using Express, Pug, Passport.js, bcryptjs, and Sequelize.js (SQLite)

How to run this project?

Clone or download the repository. Install dependencies:

npm install
# --- or ---
yarn install

Run the app:

npm start
# --- or ---
yarn start

Visit localhost:8080 from your web browser.

Credits

This project was created based on the bigpreshy/mvc repository which was created for this LogRocket article. Credit goes to the original author Precious Luke

License

MIT

About

A sample Node.js MVC web app creating using Express, Pug, Passport.js, bcryptjs, and Sequelize.js (SQLite)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published