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

https://github.com/gopikrishnaa/node_postgres_vitech


https://github.com/gopikrishnaa/node_postgres_vitech

Last synced: 23 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`