Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcollina/seneca-mvp-shard-postgresql
https://github.com/mcollina/seneca-mvp-shard-postgresql
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcollina/seneca-mvp-shard-postgresql
- Owner: mcollina
- License: mit
- Created: 2014-04-04T10:55:49.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-04T16:00:13.000Z (almost 11 years ago)
- Last Synced: 2024-12-17T15:43:04.927Z (about 1 month ago)
- Language: CSS
- Size: 234 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
seneca-mvp
==========## Setup
```bash
cp options.example.js options.mine.js
npm install
cd public
bower install
```Edit options.mine.js as needed.
## Run
```bash
node mvp-app.js
```And open [localhost:3333](http://localhost:3333)