Full stack minimal task for book management system in nestjs and next js #9410
Unanswered
Rahmanullahziar12
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Fullstack Task: Book Management System
Objective: Develop a minimal full-stack application for managing a book inventory system. The backend will be developed using NestJS, and the frontend will be built using Next.js.
Core Requirements:
Backend:
GET /books
- Retrieve all books.POST /books
- Add a new book with validation for title and author./api-docs
.Frontend:
GET
andPOST
requests to the backend.Deployment:
docker-compose.yml
for easy setup.Deliverables:
Bonus Tasks (Optional):
PUT /books/:id
andDELETE /books/:id
.Evaluation Criteria:
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions