gobeam / node_app_demo_iims

Node app demo project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Introduction This is Node.js workshop project done to teach IIMS BSC.IT students to learn how to make simple cms with Node.js using Express.js, MongoDB, Passport.js and EJS as templating engine. It includes features like login, register & CRUD.

Setup

Clone the repo:

git clone https://github.com/gobeam/node_app_demo_iims.git
cd node_app_demo_iims
cp .env.example .env #Add required config 
npm install
npm run start

This project needs nodemon as development dependency, if it is not install install it with

npm install -g nodemon

About

Node app demo project


Languages

Language:JavaScript 50.4%Language:HTML 49.5%Language:Shell 0.1%