Skip to content

yclicourt/store-api-cicd

Repository files navigation

STORE-TS API DEMO

This DEMO API will be used to showcase typescript, nodejs,JWT, CICD and more.

Requirements

nodejs >= 18.20.2

Instruction

  1. Install dependencies
bun install
  1. Install prisma,prisma client and generate tables
bun install @prisma/client prisma
bunx prisma generate && bunx prisma migrate dev --init
  1. Test Code
bun run test
  1. Start API
bun start or bun run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors