Github Search Tool for Searching users and repos.
This code works through the use of
- Node.js,
- TypeScript
- Redis
-
copy
.env.samplefile to.env. -
Install dependencies in both projects. run:
$ npm install# development
$ npm run dev
# production mode
$ npm run start# unit tests
$ npm run testGo to http://localhost:5000/api-docs/ for Swagger Documentation
Go to http://localhost:5000/ and you should see the project running.