Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 519 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 519 Bytes

node-skeleton

A node application skeleton built for quick starting web apps, following MVC model and best practices.

Contains social-auth and basic CRUD operations.

Getting Started

  1. Perform a clone of this repo git clone https://github.com/arbazsiddiqui/node-skeleton
  2. Install Mongodb on your system.
  3. Install the required packages npm install
  4. Run the server node server
  5. Open http://localhost:8080
TODO:

Add a "Tasks" directory containing all the tasks for grunt.