https://github.com/zafarali/everything-express
Repo containing all the code used to learn ExpressJS on Node.JS
https://github.com/zafarali/everything-express
Last synced: over 1 year ago
JSON representation
Repo containing all the code used to learn ExpressJS on Node.JS
- Host: GitHub
- URL: https://github.com/zafarali/everything-express
- Owner: zafarali
- Created: 2014-07-04T23:56:45.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-19T17:43:46.000Z (almost 12 years ago)
- Last Synced: 2025-01-22T11:47:41.475Z (over 1 year ago)
- Language: JavaScript
- Size: 156 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Everything Express
==================
Much like my previous repository [learning-angular](https://github.com/zafarali/learning-angular) this repository will contain all the code (annotated ofcourse) to help me (and hopefully you) learn Express 4.x.
The following links will be used as references in this journey:
1. [Web Development With Node and Express by Ethan Brown ISBN-13:978-1-4919-4930-6](http://proquest.safaribooksonline.com/book/web-development/9781491902288) - *Available free if you are a university student*
2. [ExpressJS 4.0: New Features and Upgrading from 3.0 by Chris Sevilleja](http://scotch.io/bar-talk/expressjs-4-0-new-features-and-upgrading-from-3-0)
3. [Build a RESTful API Using Node and Express 4 by Chris Sevilleja](http://scotch.io/tutorials/javascript/build-a-restful-api-using-node-and-express-4)
4. [Express.js 4, Node.js and MongoDB REST API Tutorial by Azat Mardan](http://webapplog.com/express-js-4-node-js-and-mongodb-rest-api-tutorial/)