This is a Node.s starter website for web developers to build their projects upon.
Whether you are learing to code, building a prototype or launching a scalable app for your startup, you need a place to start. Even experienced software engineers who explore Node.js can't figure out where to start. Node.js is by far the fastest growing programming language, adding over 400 modules (plugins) a day totalling over 300,000. The reason for this is simple, it's JavaScript, it's the language of the browser and now has a backend framework to match.
I started this project because I was teaching Node.js, but my fellows had a hard time learning conventions such as routing, controllers, views, validation, AJAX and front-end design. It was easier for them to simply study an example and use it as a base to build real projects upon. Node.js is evolving so fast, that if you spend too much time trying to understand each framework and NPM module, you will never get your prototype off the ground.
Component | Technology |
---|---|
Back-end | Express framwork Node.js |
Front-end | J-Query, HTML, CSS |
Application Database | Postgres |
Statistics Database | MongoDB |
Name | Description |
---|
##Prerequisites
###Install
globally
Sequelize Command Line Interface (CLI) npm install -g sequelize-cli sequelize-cli API reference docs
Grunt Command Line Interface (CLI) npm install -g grunt Grunt reference docs
Copyright (c) 2016 <http://entrecoder.com/>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.