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.
2024-06-25 22:31:56 +02:00
2024-06-20 23:47:43 +02:00
2024-06-25 22:31:56 +02:00
2024-06-20 23:47:43 +02:00
2024-06-20 23:47:43 +02:00
2024-06-20 23:47:43 +02:00
2024-06-20 23:47:43 +02:00
2024-06-20 23:47:43 +02:00
2024-06-21 00:28:14 +02:00
2024-06-20 23:42:28 +02:00
2024-06-21 00:28:14 +02:00
2024-06-20 23:47:43 +02:00
2024-06-20 23:47:43 +02:00
2024-06-20 23:47:43 +02:00
2024-06-21 00:28:14 +02:00
2024-06-21 00:28:14 +02:00
2024-06-25 21:50:16 +02:00

Water utility portal

To do

  • Add user creation in database
  • Add user profile and settings (i.e. language)
  • Add user roles
  • Add user permissions
  • Add user notifications and emails
  • Add user invoices
  • Add cron jobs to import data

Commands

Install vercel cli

yarn add -g vercel@latest

Link to vercel

yarn vercel:link

Pull env variables from vercel

yarn vercel:env

Push Prisma schema to vercel

yarn db:push

Generate Prisma client

yarn prisma:generate

Reset Prisma database

yarn db:reset

Run on Docker

docker-compose up --build
Description
A demo using Auth0 passwordless authentication with NextJS
Readme MIT 254 KiB
Languages
TypeScript 95.1%
CSS 2.8%
JavaScript 1.1%
Shell 1%