This Project was scaffolded using Nest framework TypeScript starter repository. More project description to be added ...
npm install
npm run start:dev
http://localhost:3000/api?username=helloworld&languages=python,java
The above is Get API. The parameter details is as following:
username: search query for user / languages: programming language to filter search query
docker build -t reach-now-task .
Please start your Docker Daemon client in your machine. Make sure you have logined to docker client and have access to the docker resources.
docker run -p 3000:3000 reach-now-task
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
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.