Skip to content

CRUD Rest API using Node.js, Postgres as a DB, and Docker with docker compose

Notifications You must be signed in to change notification settings

jakubfronczyk/crud-rest-api

Repository files navigation

General info

A CRUD REST API is an API that allows you to perform CRUD operations (Create, Read, Update, Delete) on a data resource using HTTP methods. It provides a simple and scalable way to manage data resources over the web, making it a popular choice for building web applications and mobile apps.

Built With

What I used to build this:

  • Node.js - JavaScript runtime environment
  • Express - Popular Node.js web application framework
  • Postgresql - Powerful open-source relational database system
  • Sequelize - Promise-based Node.js ORM for Postgresql, MySQL, and SQLite
  • Docker - Platform for building, shipping, and running applications in containers
  • Postman - Powerful API testing and development tool

About

CRUD Rest API using Node.js, Postgres as a DB, and Docker with docker compose

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published