Awesome
Thinky - RethinkDB - Angular Material - Express
This app is a simple blog with posts, comments and authors.
The main purpose of this app is to show how to use thinky with the JOIN operations.
Install
Install the dependencies
npm install
Init the database. Change the content of config.js
if you want.
This is an optional step.
Run node init.js
to populate the blog with some documents.
If you don't, thinky will automatically create tables.
Run the app
Start the server
node app.js
Note
Based on the Angular Express Seed,