Skip to content

Repository files navigation

Gateway

  • A gateway for microservices and APIs

Key Skills

  • Nest.js framework
  • TypeScript
  • Fastify
  • SWagger documentation

Key Features

  • User management
  • Feishu APIs

How to start

  • Prerequisites

create Docker monoDB container

docker run --name mongodb -p 27017:27017 -d mongodb/mongodb-community-server:latest

Install dependencies

pnpm install
  • Running the app
# development
pnpm run start

# watch mode
pnpm run start:dev

# production mode
pnpm run start:prod
  • Test
# unit tests
pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov

About

No description or website provided.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages