Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/illegalprime/peopleintables
- Owner: illegalprime
- License: mit
- Created: 2015-02-22T00:35:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-25T20:24:37.000Z (almost 10 years ago)
- Last Synced: 2023-08-02T12:31:38.076Z (over 1 year ago)
- Language: JavaScript
- Size: 1.25 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.