Skip to content

ericpko/mini-message-board-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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