A progressive Node.js framework for building efficient and scalable server-side applications.
GitHub Search API - A NestJS application that provides GitHub repository search with authentication and logging.
# Start the application with PostgreSQL
$ docker-compose up -d
# Stop the application
$ docker-compose down
The API will be available at http://localhost:3000/api
Swagger documentation at http://localhost:3000/api-docs
$ pnpm install
# development
$ pnpm run start
# watch mode
$ pnpm run start:dev
# production mode
$ pnpm run start:prod
# unit tests
$ pnpm run test
# watch mode
$ pnpm run test:watch
# test coverage
$ pnpm run test:cov
# e2e tests
$ pnpm run test:e2e
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.
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
Nest is MIT licensed.