Skip to content

[Eduonix] Projects in ExpressJS - Learn ExpressJs building 10 projects [ENG, 2015]

Notifications You must be signed in to change notification settings

webmakaka/Learn-Express.js-by-building-10-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[Eduonix] Projects in ExpressJS - Learn ExpressJs building 10 projects [ENG, 2015]


If you will register on udemy.com and click on "Start Free Preview", аfter some period you can receive (by email) big discount on this course.

Application



03 PC Repair Website

Technology: Jade, JSON, Nodemailer

009 Express Generator

# npm install -g express
# npm install -g express-generator


$ mkdir 03_PC_Repair_Website
$ cd 03_PC_Repair_Website
$ express
$ npm install
$ npm install --save nodemailer

$ npm start

http://localhost:3000/

Templates:
http://getbootstrap.com/getting-started/#download
http://getbootstrap.com/examples/jumbotron/

$ npm start

010 Jade Layouts

$ npm start

011 Fetching JSON

$ npm start

012 Nodemailer Contact

Nodemailer:
https://github.com/andris9/Nodemailer

$ npm start

Application

Application

Application


04 SportsBlog Application

Technology: MongoDB, Mongoose

014 MongoDB Middleware

$ mkdir 04_SportsBlog_Application
$ cd 04_SportsBlog_Application
$ express

$ npm install
$ npm install --save connect-flash
$ npm install --save express-messages
$ npm install --save express-session
$ npm install --save express-validator
$ npm install --save moment
$ npm install --save mongoose

$ npm install -g nodemon

$ nodemon

http://localhost:3000/

015 Routes Views - Basics

http://startbootstrap.com/template-overviews/clean-blog/

http://html2jade.org/

016 Routes Views - Concepts

http://localhost:3000/articles/show/1

017 Routes Views - Implementation

About

[Eduonix] Projects in ExpressJS - Learn ExpressJs building 10 projects [ENG, 2015]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published