NodeJS (Express) with PostgreSQL Database: REST API CRUD Example

Sdílet
Vložit
  • čas přidán 19. 09. 2023
  • Let's use Express js and PostgreSQL database to build a REST API that handles CRUD operations:
    - Create: create new Todo
    - Read: find one and find all Todo
    - Update: update a Todo
    - Delete: delete a Todo
    The code repository: github.com/ZestArinze/node-po...

Komentáře • 1