karins28/nestjs-project
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Β | Β | |||
Β | Β | |||
Β | Β | |||
Β | Β | |||
Β | Β | |||
Repository files navigation
--- ## π Live Demo https://nestjs-project-frontend.onrender.com/ --- ## π§ͺ Features - π View all books - β Add a new book - π Edit book details - β Delete a book - Pagination - π Full REST API with Express - π½ PostgreSQL with Prisma ORM --- ## π¦ Tech Stack | Frontend | Backend | Database | |------------|-----------|----------| | React + Vite | Express + Node.js | PostgreSQL + Prisma | --- ## π οΈ Getting Started ### Prerequisites - Node.js v18+ - PostgreSQL - npm or yarn --- ## π Backend Setup (server/) ```bash cd server npm install npx prisma migrate dev --name init npm run dev