Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 378 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 378 Bytes

The Odin Project: Mini Message Board

RESTful API using Fastify and Prisma, along with TypeScript and Zod.

Great tutorial here.

Install

npm i
npx prisma db push
npx ts-node ./src/populatedb.ts
npm start