Skip to content

A Nest.js, Sequelize, PostgreSQL REST API. Authentication/Authorization using Passport.js. Google OAuth2 and upload to AWS S3.

Notifications You must be signed in to change notification settings

florentcadot/marketplace-immo-back

Repository files navigation

Marketplace immo Back

Local development

Database local setup

$ cd script
$ sh setup.sh

Or

with Docker

$ docker-compose up

Installation

$ yarn

Running the app

# development (watch mode)
$ yarn run start

# production mode
$ yarn run start:prod

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

Techno

  • NestJS
  • Sequelize ORM

Architecture

Following the common Nestjs approach

About

A Nest.js, Sequelize, PostgreSQL REST API. Authentication/Authorization using Passport.js. Google OAuth2 and upload to AWS S3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published