Description

This is a server for delivery-app-client, which is built using nodejs, express.js and postgrees sql database, the sequelize library was used as an ORM.

This server was built on the principle of REST API and implements the following basic functionality together with postgres, a few examples: viewing stores, viewing all products, viewing products for a specific store, creating and saving purchases in a database, viewing purchases. The logic was separated in the program, so it is easy to add new functionality.

Postgres relationships

db relationships