Skip to content

eelmogy/github-searcher

Repository files navigation

Tradeling Code Challenge Solution

Description

Github Search Tool for Searching users and repos.

This code works through the use of

  • Node.js,
  • TypeScript
  • Redis

Installation

  • copy .env.sample file to .env.

  • Install dependencies in both projects. run:

$ npm install

Running the app

# development
$ npm run dev

# production mode
$ npm run start

Test

# unit tests
$ npm run test

Documentation

Go to http://localhost:5000/api-docs/ for Swagger Documentation

App Running

Go to http://localhost:5000/ and you should see the project running.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages