Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gopikrishnaa/node_postgres_vitech


https://github.com/gopikrishnaa/node_postgres_vitech

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

# Designing a RESTful API With Node and Postgres

#### Want to use this project?

1. Install dependencies - `npm install`
1. Run - `psql -U postgres -f testautomationresults_pg.sql`
1. Change postgres connection strings in index.js as below `postgres://:password@localhost/postgres`;
1. Run the development server - `npm start`