Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/illegalprime/peopleintables

A demo app about Meteor.
https://github.com/illegalprime/peopleintables

Last synced: about 1 month ago
JSON representation

A demo app about Meteor.

Awesome Lists containing this project

README

        

# People-n-Tables
A demo app about Meteor.

Have you even had a database full of people and wanted them presented to you in a table? If so, read on!

## See it in action!
Go to the demo app [here](http://people-n-tables.meteor.com/)

## Download a Copy!
1. [Download and install](https://www.meteor.com/install) Meteor.
2. Clone this repo: ```git clone https://github.com/illegalprime/PeopleInTables.git```
3. Change to the directory meteor is in: ```cd PeopleInTables/PeopleInTables```

Now we need to tell the app our Postgres credentials, add the following to ```server/lib/secrets.js```
```Javascript
Meteor.settings.postgres = {
url: "postgres://:@:/"
}
```

#### Finally use ```meteor run``` to run it!

Go to ```http://localhost:3000/``` to see it, it might need one refresh to get it started.