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

https://github.com/benoitvallon/postgresql-and-node

Code sample based on web article example (PostgreSQL + Node)
https://github.com/benoitvallon/postgresql-and-node

Last synced: 6 months ago
JSON representation

Code sample based on web article example (PostgreSQL + Node)

Awesome Lists containing this project

README

          

# postgresql-and-node

Code sample based on a web article example (PostgreSQL + Node). Here is the original [blog post](http://mherman.org/blog/2015/02/12/postgresql-and-nodejs).

## Quick Start

1. Install dependencies: `npm install`
1. Start your Postgres server and create a database called "todo"
1. Create the database tables: `node server/models/database.js`
1. Start the server: `$ npm start`