POS Express Rest API Required install PostgreSQL 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