Skip to content

Repository files navigation

Project overview

project-root/ ├── prisma/ │ └── schema.prisma ├── src/ │ ├── routes/ │ │ └── recipes.ts │ └── index.ts ├── package.json ├── tsconfig.json └── README.md

API Endpoint

GET /recipes: Fetches all recipes from the database.

Install dependencies

npm install

Prisma

npx prisma migrate dev --name dev
npx prisma generate
npm run seed

Run the app

npm run dev

Prisma Studio

npx prisma studio

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages