Skip to content

hyperwebapps/room-renting

Repository files navigation

Room Renting Schema

Description

Room-Renting is a very basic api, that it allows to you to manage a small business of room renting like airbnb.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Env Variable

PORT = 0000

DB_ENDPOINT = ""

USER_AVATAR = ""

ROOM_IMAGE = ""

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published