A simple recipe library to collect recipes with a variety of plant-based ingredients.
First, run the development server:
npm run dev
Open http://localhost:3000.
- Next.js (the project was generated with
create-next-app
) - React
- Typescript
- CSS modules
- PostGreSQL
- Prisma
The src/app/api
directory is mapped to /api/*
. Files in this directory are treated as API routes instead of React pages.