Skip to content

Notties/pos-express-api

Repository files navigation

POS Express Rest API

Required install

Create .env file

SECRET_KEY='jwtsecret'
DATABASE_URL='postgresql://USER:PASSWORD@HOST:PORT/DATABASE'

Install Dependencies

npm install

Map data model to the database schema

npx prisma migrate dev --name init

Running Locally

npm run dev

Running Production

npm run start

Releases

No releases published

Packages

No packages published