Skip to content

pitambersingh2019/NestJS

Repository files navigation

Readme-template

Project Logo

About The App

Panoton is imagined as an ecosystem...Business Redefined, uniquely built on emerging technologies to help scale and grow an entrepreneurs’ business. Entrepreneurs need more time, more resources, more skills, and more clients. They need to scale their business. They often feel isolated, but are concerned about making the leap to hire employees.

Panoton is a next-generation marketplace that redefines how entrepreneurs will scale their businesses by quantifying the quality & value of their connections and reputation. The four key features of this product are:

  1. Reputation
  2. Connections
  3. The Academy
  4. The Backoffice

Architecture Diagram

Architecture Diagram

Add here description of the Architecture Diagram


Installation

$ yarn install

Pre-Configuration

**package.json**
----------

- Windows:
  "start:dev": "set STAGE=dev& nest start --watch",

- Linux / Ubuntu / Mac:
  "start:dev": "STAGE=dev nest start --watch",


Add Environment variables

Please refer .env.example for the env variables that is needed


Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# staging mode
$ yarn run start:staging

# uat mode
$ yarn run start:uat

# production mode
$ yarn run start:prod

Swagger Docs

After running the app, navigate to the path https://api.panoton.com/docs/ to view swagger UI


Running The Test Cases

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published