charbelfakhry / csis_279_fall_23_nest

5 stars 1 forks source link

Please Read:

⚠️⚠️This is the main branch DONT WORK HERE, please switch to the dev branch⚠️⚠️

Description

This is a social media web-app that is built with nestJS and ReactJS.

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