Skip to content

A sample project boilerplate of the presentation for biz15 conf (www.biz15.org).

Notifications You must be signed in to change notification settings

hwclass/biz15-node-postgre-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

biz15-node-postgre-demo

A sample project boilerplate of the presentation for biz15 conf (www.biz15.org).

This is a for from the repository of mherman.

Check out the original repository >> https://github.com/mjhea0/node-postgres-todo

Check out the blog post >> http://mherman.org/blog/2015/02/12/postgresql-and-nodejs

This is a basic single page application built with Node, Express, Angular, and PostgreSQL.

Quick Start

  1. Clone the repo
  2. Install dependencies: npm install
  3. Start your Postgres server and create a database called "todo"
  4. Create the database tables: node server/models/database.js
  5. Start the server: $ npm start

About

A sample project boilerplate of the presentation for biz15 conf (www.biz15.org).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.7%
  • HTML 15.5%
  • CSS 2.8%