Realtor App
- Swagger
- NestJs
- Prisma
- PostgreSQL
This is a practice project from The Nest JS Bootcamp - Complete Developer Guide Course. A simple API side of Realtor app like Realtor.com ,where Users can sign up as realtors to display and sell their homes, while other users can sign up as buyers to message realtors and buy specific houses. This was a very simple app, but it taught me a lot about different parts of the NestJS framework, such as ORM integration, middleware, interceptors, guards, decorators, param decorators, and integration testing. Additionally, I learned how to use Swagger for API documentation and applied it to this project.