Skip to content

dianacpg/fm-node-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published