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

https://github.com/ivanvargas21/crud-rest-api

A RESTful API built with Node.js, Express.js, and PostgreSQL, running in Docker for local development. This project demonstrates CRUD operations (Create, Read, Update, Delete) for a user management system, designed for self-learning backend development.
https://github.com/ivanvargas21/crud-rest-api

cors docker dotenv expressjs javascript joi-validation node pgadmin4 postgresql

Last synced: 2 months ago
JSON representation

A RESTful API built with Node.js, Express.js, and PostgreSQL, running in Docker for local development. This project demonstrates CRUD operations (Create, Read, Update, Delete) for a user management system, designed for self-learning backend development.

Awesome Lists containing this project

README

          

## Project Structure
- node_modules
- src
-- config - contains database connection etc.
-- controllers
-- data - hold our SQL queries etc.
-- middlewares - centralized error handling and input validations.
-- models - contains services connecting to the database and queries etc.
-- routes
-- index.js - entry file for node.js application.
- .env
- package-lock.json
- package.json
- readme.md