hoppscotch/packages/hoppscotch-backend
2023-01-18 22:34:15 +05:30
..
.vscode fix: added scope for github strategy in auth module 2023-01-18 22:34:15 +05:30
prisma refactor: refactored a few types around users and passwordless tokens in auth module 2023-01-12 21:31:25 +05:30
src fix: added scope for github strategy in auth module 2023-01-18 22:34:15 +05:30
test
.dockerignore
.env.example chore: added new github auth environment variables into .env.example 2023-01-13 02:50:52 +05:30
.eslintrc.js feat: google sso auth added 2023-01-13 00:52:29 +05:30
.gitignore
.prettierrc
docker-compose.yml fix: fixed improper imports in auth module 2023-01-09 18:56:40 +05:30
Dockerfile fix: fixed improper imports in auth module 2023-01-09 18:56:40 +05:30
global.d.ts
jest.setup.js
nest-cli.json
package.json fix: added scope for github strategy in auth module 2023-01-18 22:34:15 +05:30
pnpm-lock.yaml fix: added scope for github strategy in auth module 2023-01-18 22:34:15 +05:30
README.md
tsconfig.build.json
tsconfig.json

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Nest framework TypeScript starter repository.

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

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.