git clone https://github.com/kyle-angus/angular-guild-api .
cd angular-guild-api
npm install
node_modules/.bin/sequelize db:migrate
npm start
- browse to http://localhost:3000/api/posts
http://localhost:3000/api/posts
- GET : return all posts
- POST: add a new post