Full-stack app
2024
Full-stack book collection app
Bookshelf
A simple full-stack app where users can add books to a collection backed by a NestJS API and MongoDB database.

Role
Full-stack Developer
Stack
NestJS
Next.js
React
MongoDB
Mongoose
highlights.
Built a full-stack book collection flow with a frontend and backend.
Used NestJS for the server-side application.
Stored book data in MongoDB through Mongoose models.
Kept the app intentionally simple and focused on adding books.
Stack
Bookshelf pairs a Next.js and React frontend with a NestJS backend. MongoDB stores the book records, and Mongoose handles schema modeling for the Node.js server.