Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 669 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 669 Bytes

Auth and Product API

Description

The Auth and Product API is a Node.js and TypeScript-based backend solution for managing Product Update Notes. It enables managing products, updating notes, and handling user authentication. Built with Prisma for database operations, and PostgreSQL for database.

Key Features:

  • Authentication system with token-based JWT.
  • Create, update, delete and retrieve product information.
  • Create, update, delete and retrieve update notes for product changes.

Installation

git clone https://github.com/dianacpg/fm-node-api.git
npm i
npm run dev

Add env variables:

DATABASE_URL, JWT_SECRET, STAGE, PORT