https://github.com/adityassharma-ss/node-docker-postgres-api
This repo contains code for a crud api written in node & expressjs. This api uses PostgresSQLto fetch the data & Docker has been used to build the image.
https://github.com/adityassharma-ss/node-docker-postgres-api
docker docker-compose expressjs nodejs postgresql
Last synced: 3 months ago
JSON representation
This repo contains code for a crud api written in node & expressjs. This api uses PostgresSQLto fetch the data & Docker has been used to build the image.
- Host: GitHub
- URL: https://github.com/adityassharma-ss/node-docker-postgres-api
- Owner: adityassharma-ss
- Created: 2023-04-23T11:29:43.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T14:01:48.000Z (almost 3 years ago)
- Last Synced: 2025-03-14T17:25:47.534Z (over 1 year ago)
- Topics: docker, docker-compose, expressjs, nodejs, postgresql
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node-Postgres-Express-Docker API
This is the backend CRUD api i have created using NodeJS, Express, PostgresSQL & Docker.