Skip to content

51fe/shop-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shop API

REST API project (Express + Postgres + Prisma) for:

Build Setup

# install dependencies
npm install

# serve at localhost:3000
npm start

# introsect prisma schema

npx prisma db pull

# generate prisma client

npx prisma migrate dev --name init

For a detailed explanation on how things work, check out the docs for Express and docs for Prisma.