Skip to content

EhabAmawi/PrayerCompanionBackend

 
 

Repository files navigation

PrayerCompanionBackend

Development environments

Install dependencies

npm i

Run the code

"concurrently \"npx tsc --watch\" \"nodemon -q dist/index.js\""

Generate and apply migrations

npx prisma migrate dev

Reset the development database

npx prisma migrate reset

Production and testing environments

Install dependencies

npm i

Compiling TypeScript into JavaScript

npx tsc

Run the code

node dist/index.js

or use pm2

pm2 start dist/index.js

Generate and apply migrations

npx prisma migrate deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 79.8%
  • HTML 13.5%
  • Python 6.4%
  • JavaScript 0.3%