Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 674 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 674 Bytes

The wish-list service "KupiPodariDay"

Tech Stack

Node.js (runtime environment), Typescript, PostgreSQL, TypeORM, NestJS.

Main goal

To learn how to work with PostgreSQL, TypeORM, and enhance backend development skills.

Description

A training project to practice developing an API for a wishlist service. In this service, each registered user can share what gift they would like to receive and also contribute towards a gift for another user by specifying the amount they are willing to spend on it.

Setup

You should have PostgreSQL and Node.js installed. Then, enter the following commands in the specified order:

npm i
npm run start