Skip to content

entrecoder-personal/node-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EntreCoder Node.js Starter

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.

Node.js Starter Development Stack

Component Technology
Back-end Express framwork Node.js
Front-end J-Query, HTML, CSS
Application Database Postgres
Statistics Database MongoDB

Project Folder Structure

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

License

The MIT License

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.

About

Node.js Starter Boilerplate - Take this and build on it.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published