This repository has been archived on 2026-01-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
nextjs-auth0/README.md
2024-07-08 10:20:58 +02:00

51 lines
517 B
Markdown

# Water utility portal
## To do
- [ ] Get premium Vercel account for database
- [ ] Add middleware for authentication
## Commands
Install vercel cli
```bash
yarn add -g vercel@latest
```
Link to vercel
```bash
yarn vercel:link
```
Pull env variables from vercel
```bash
yarn vercel:env
```
Push Prisma schema to vercel
```bash
yarn db:push
```
Generate Prisma client
```bash
yarn prisma:generate
```
Reset Prisma database
```bash
yarn db:reset
```
Run on Docker
```bash
docker-compose up --build
```