Ecosyste.ms: Awesome
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: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gopikrishnaa/node_postgres_vitech
- Owner: gopikrishnaA
- Created: 2019-12-02T08:24:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T15:38:01.000Z (about 2 years ago)
- Last Synced: 2024-11-05T21:46:31.343Z (2 months ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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`