Project
Realtor App Backend Project
Project Write-up: See a full write-up of the project, including the GitHub repository, features, architecture, and testing.
Brief Description:
The app is a REST API built in the Node.js framework Nest.js, which queries and updates a Postgres database. The app allows a user to make http requests to a set of endpoints which query available realty properties.
Technology Stack:
- Frontend: directory reserved for building a Vue.js JavaScript frontend
- Backend: Node.js, Express.js, Nest.js, Prisma ORM
- Database: Postgres
- Other Tools: JWT for authentication
