Skip to content

Backend API for Realtor application, which is a gate to communicate between buyers and realtors.

Notifications You must be signed in to change notification settings

ysherqawi/realtor-app

Repository files navigation

Realtor API

Backend API for Realtor application, which is a gate to communicate between buyers and realtors.

Usage

Go to ".env" and update the values/settings to your own

Installation

npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Demo

Extensive documentation with examples here

Credits

Course: The Nest JS Bootcamp - Complete Developer Guide

Author: Laith Harb

Topics Learned During This Course

  • The fundamentals of NestJS

  • Different NestJS entities, like controllers, services, pipes, and modules

  • Interacting with a Postgress database with an ORM (Prisma).

  • Creating a database model and performing CRUD operations.

  • How to authenticate and identify a user.

  • How to authorize certain endpoints for specific users.

  • How to create custom param decorators.

  • Advanced NestJS entities like guards and interceptors.

  • NestJS best practices

About

Backend API for Realtor application, which is a gate to communicate between buyers and realtors.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages