8000 GitHub - NikaChaduneli2001/github-search-back-api
[go: up one dir, main page]

Skip to content

NikaChaduneli2001/github-search-back-api

Repository files navigation

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

GitHub Search API - A NestJS application that provides GitHub repository search with authentication and logging.

Quick Start with Docker

# 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

Installation (Local Development)

$ pnpm install

Running the app (Without Docker)

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Test

# unit tests
$ pnpm run test

# watch mode
$ pnpm run test:watch

# test coverage
$ pnpm run test:cov

# e2e tests
$ pnpm run test:e2e

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0