Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/voles/node-postgresql-angular

An experiment using Node.js, PostgreSQL and Angular.
https://github.com/voles/node-postgresql-angular

Last synced: about 1 month ago
JSON representation

An experiment using Node.js, PostgreSQL and Angular.

Awesome Lists containing this project

README

        

# Node.js, PostgreSQL and Angular

An experiment using Node.js, PostgreSQL and Angular.

####Prerequisites

* [Node Package Manager](https://npmjs.org/) (NPM)
* [Git](http://git-scm.com/)
* [PostgreSQL](http://www.postgresql.org/)

*Note: [installation instructions for NodeJS on Ubuntu](http://stackoverflow.com/questions/16302436/install-nodejs-on-ubuntu-12-10/16303380#16303380)*

####Dependencies

* [Supervisor](https://github.com/petruisfan/node-supervisor)

## Environment setup
####1. Install Supervisor & Bower

$ npm install -g supervisor bower

####2. Install project dependencies
Run the command below in the project root directory.

$ npm install
$ bower install

## Build instructions
To run the application server, run `$ npm start` inside the project's root directory.