A multi-user blog built with Orchestrate, UserApp, Node.js, and Angular.js.
git clone https://github.com/orchestrate-io/orc-blog.git
cd orc-blog
export ORCHESTRATE_API_KEY=YOUR_ORCHESTRATE_API_KEY
export USERAPP_API_KEY=YOUR_USERAPP_API_KEY
npm install
Once you've got orc-blog installed, just npm start
.
Displays posts in order of posting. If logged in, navbar has options about profiles and posts.
Displays login form. Redirects to '/' on success.
Displays signup form. Redirects to '/' on success.
List summary details of profiles.
View details of one profile.
Edit a single profile.
Create a new profile.
View a single post.
List posts that match a search posed in the querystring.
Get all profiles.
Get one profile.
Create a new profile.
Update an existing profile.
Delete a profile.
Get all posts. Can be modified by search posed in the querystring.
Get one post.
Create a new post.
Update a single post.
Delete a single post.
npm test
ISC, yo.