Skip to content

souyang/expressIntro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project aims to demonstrate how to create an MVC application using express.js, a web application framework that runs on NodeJS.

Installation Guidance:

step 1: download nodejs via https://nodejs.org/download/ and install it

step 2: Verify Node is installed via node -v

in the command line, type "node -v", it should return the version number of node.

step 3: download and install express via the following approach

in the command line, type "npm i express"

step 4: Start the server via the follow approach

in the command line, type "node app"

Step 5: View the page via localhost:l337

you will see the similar screen ScreenShot

Step 6: Input category and description Sample input is specified ScreenShot

Step 7: Click "Add new item" you will see the similar screen specified in ScreenShot

About

MVC website using ExpressJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published