- Install Node JS
npm install
- NODE_ENV=production
- PORT=
- DOMAIN_NAME=
// Go into node repl by typing node and then type the command below
require('crypto').randomBytes(64).toString('hex')
- ACCESS_TOKEN_SECRET=
- REFRESH_TOKEN_SECRET=
- RESET_TOKEN_SECRET=
- DATABASE_URL=postgresql://user:password@database:5432/school_db?schema=public
- MAIL_HOST=
- MAIL_PORT=
- MAIL_USER=
- MAIL_PASSWORD=
- MAIL_SENDER=
npx prisma db push
npx prisma db seed
npm run prod