This app showcases dynamic websites using Parse Hosting. It's a simple blog that lets you create posts and your readers to leave comments.
You can check out the official hosted version at www.anyblog.co.
-
Created a new app on Parse, and make sure you go through our getting started guide for Cloud Code.
-
Type
parse new .
in the directory where this README resides, authenticate with your Parse credentials, and choose the app name you created. -
Delete
public/index.html
-
Edit
cloud/app.js
and specify youruserEmail
,userDisplayName
anduserDescription
. -
Type
parse deploy
. This deploys your app to Parse. -
Now, we'll need to configure the url where you can reach your app. Go to your app's setting page and set a unique subdomain for your Web Hosting url.
-
Go to yoursubdomain.parseapp.com and view your copy of Anyblog!