Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 235 Bytes

readme.md

File metadata and controls

16 lines (9 loc) · 235 Bytes

Start Server

Run in frontend folder

npm run dev

Run in backend folder

npm run dev || nodemon server

(if you want to see your database with prisma) : => npx prisma studio

Local server with Docker

Dockers compose up