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.
- Node and npm
- A Postgres database instance; get one from EnterpriseDB.
- Clone the repository:
git clone [email protected]:gurjeet/node-postgres-json-todo - Install the application:
npm install - Start the server:
node server.js - View in browser at
http://localhost:8080
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.
