Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/voles/node-postgresql-angular
- Owner: Voles
- License: mit
- Created: 2015-07-16T15:44:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-17T18:20:33.000Z (over 9 years ago)
- Last Synced: 2023-03-26T00:34:58.082Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.