Code Monkey home page Code Monkey logo

trending-reos's Introduction

Trending Github Repos base code

Description

This code is written using NestJS to build a server for fetching trending repos in github

First, run npm install or yarn to load node_modules

Hit the following command to run all services concurrently

npm run all-services

or

yarn all-services

In case you want to run specific service, hit the following

concurrently --kill-others "nest start <first_service_name> --watch" "nest start <second_service_name> --watch"

Postman usage

You can use the attached postman collection to test the application as following:

http://localhost:${port}/trending-repos?sort=${}&order=${}&created=${}

  • This api reflects the base github api to fetch the trending git repos

http://localhost:${port}/trending-repos-stats?sort=${}&order=${}&created=${}

  • This endpoint returns the languages used by most trending repos on Github

Notes

  • Make sure you have .env file in the root directory of your project
  • Inside .env file make sure you have the following
PORT=
SWAGGER_TITLE=
SWAGGER_DESCRIPTION=
SWAGGER_VERSION=
SWAGGER_TAG=

trending-reos's People

Watchers

AbdulrahmanFalyoun avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.