ilham-mmr / WebApp-Using-Nodejs-workshop

This is the repository for my webapp using nodejs workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebApp-Using-Nodejs-workshop

This workshop is organized by DSC UUM.

Click here to see the recording of the workshop

preview

WORKSHOP MODULE

WEB APP USING NODE JS

TODOWEBAPP-STARTER

This folder consists of ejs files for your starter project.

TODOWEBAPP-FINAL

In order to run the final project. you're required to install all dependencies first by running the following command : npm install if everything is already downloaded, then proceed to run the server by typing : node app.jsor nodemon app.js open the browser and go to http://localhost:3000/

DEPENDENCIES

This project uses the following dependencies:

  • ejs
  • express
  • method-override
  • mongoose

About

This is the repository for my webapp using nodejs workshop


Languages

Language:EJS 81.3%Language:JavaScript 18.7%