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

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

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`