An simple blog application for learning NodeJS
npm install
gulp start
gulp test
- configurations goes into env//
- tests go to test/
- source codes go to src/ and each directory inside represents one feature, e.g. posts represents CRUD for post.
There is alos a series of blogs recording the development, check koly.me