Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 239 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 239 Bytes

Getting Started

bun elysiajs nextjs - monorepo

docker postgress prisma-orm elysiajs\apollo - db

First, run the development server:

bun i
bunx prisma init
bunx prisma migrate dev --name init
bun seed
bun dev