Skip to content

gurjeet/node-postgres-json-todo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Postgres JSON (YesSQL) Todo App

A Node app built with Postgres and Angular. For demonstration purposes and a tutorial.

Node provides the RESTful API. Angular provides the frontend and accesses the API.

Postgres is a full-featured database, that also supports JSON document storage.

Requirements

Installation

  1. Clone the repository: git clone [email protected]:gurjeet/node-postgres-json-todo
  2. Install the application: npm install
  3. Start the server: node server.js
  4. View in browser at http://localhost:8080

Attribution

This repository is adapted from the MongoDB application demonstrated at schotch.io, to show how easy it is to migrate an application from MongoDB to Postgres.

Todo-aholic

About

A simple Node/MongoDB/Angular todo app

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%