A simple api for a blog site written in Node.js using sequelize as the data backend
Pull the repository and run npm install and it should pull in all the required modules.
After all the modules are installed it should be possible to start the server using grunt serve.
- Use Passport instead of custom security module.
- Add in support for more things (Pages, Calendar Events etc)