Skip to content

687c/order-tracker-BE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Order Status Tracker BackEnd

Backend for tracking order build using express.js

Install dependencies

This project uses pnpm

pnpm install

Update you .env

Update your .env file with the required config values

Start server

This assumes that you have Postgres installed and running locally on your machine.

The database schema consists of three tables, account storing user details, orders storing orders made and a status relations showing the status of an order.

Run prisma migrations

pnpm exec prisma migrate dev

seed database

pnpm seed

start dev server

pnpm local:watch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published