An open API service indexing awesome lists of open source software.

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

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/)