Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jorneycr/quioscoapp-next

NextJS, Prima, Tailwind
https://github.com/jorneycr/quioscoapp-next

context-api javascript nestjs prisma react-modal react-toastify reactjs tailwindcss useswr

Last synced: 10 days ago
JSON representation

NextJS, Prima, Tailwind

Awesome Lists containing this project

README

        

# QuioscoAPP

### Website

# `https://quioscoapp-next-production.up.railway.app/`

### Run the project on develop

# `npm run dev`

### Prisma create Migration

# `npx prisma migrate dev`

### Prisma reset DB

# `npx prisma migrate reset`

### Seed DB

# `npx prisma db seed`