#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.
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