A node application skeleton built for quick starting web apps, following MVC model and best practices.
Contains social-auth and basic CRUD operations.
- Perform a clone of this repo
git clone https://github.com/arbazsiddiqui/node-skeleton
- Install Mongodb on your system.
- Install the required packages
npm install
- Run the server
node server
- Open
http://localhost:8080
Add a "Tasks" directory containing all the tasks for grunt.