https://github.com/rish-0-0/sample-crud
A simple crud application backend in express and docker
https://github.com/rish-0-0/sample-crud
docker docker-compose express jwt nodejs
Last synced: 3 months ago
JSON representation
A simple crud application backend in express and docker
- Host: GitHub
- URL: https://github.com/rish-0-0/sample-crud
- Owner: rish-0-0
- Created: 2021-02-03T11:48:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-03T18:22:04.000Z (over 5 years ago)
- Last Synced: 2024-12-29T14:51:29.416Z (over 1 year ago)
- Topics: docker, docker-compose, express, jwt, nodejs
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample CRUD Backend
Basic REST API for creating, reading, updating and deleting users from a PostgreSQL Database with one single User Table
```bash
docker-compose up --build -d
```
`Listening on Port 4099`
Please open the `insomnia_docs` in Insomnia Application `(Postman Equivalent)` to view the `REST API` documentation
Code bootstrapped with `npx nirmaan` (which is also mine)
By `@rish-0-0`