0% found this document useful (0 votes)
4 views16 pages

MEAN Project Setup and Architecture Guide

The document outlines the setup and installation process for a MEAN project using Express, including version details and necessary commands. It emphasizes the MVC architecture and separation of concerns in the project design. Additionally, it includes references to views created with Bootstrap CSS and PUG scripting.

Uploaded by

heyy8985
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views16 pages

MEAN Project Setup and Architecture Guide

The document outlines the setup and installation process for a MEAN project using Express, including version details and necessary commands. It emphasizes the MVC architecture and separation of concerns in the project design. Additionally, it includes references to views created with Bootstrap CSS and PUG scripting.

Uploaded by

heyy8985
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd

MEAN PROJECT EXPRESS

MEAN PROJECT PACKAGE . JSON FILE


EXPRESS

EXPRESS : 4.16.4  MAJOR VERSION:4, MINOR VERSION:16(^), PATCH VERSION:4(~)


MEAN PROJECT
NODE_MODULES from [Link] C:> NPM INSTALL
MEAN PROJECT NODE. JS COMMANDS

>npm install express –g


>npm install -g express-generator
>express --view=pug –git loc8r
>npm install (inside loc8r)
>DEBUG=loc8r:* & npm start
MEAN PROJECT RESQUEST PROCESSING
MEAN PROJECT MVC architecture
MEAN PROJECT

SEPERATION OF CONCERNS
MEAN PROJECT

HIGH LEVEL DESIGN


MEAN PROJECT

URL PATH
MEAN PROJECT

ARCHITECTURE
MEAN PROJECT

SCREENSHORTS FOR ROUTES


Views using Bootstrap CSS
framework
Views using Bootstrap CSS
framework
Views using PUG Script
Views using PUG Script

You might also like