Skip to content

kienle371999/article-system

Repository files navigation

The simple APIs interact with a public news API for fetching articles

The system is a collection of simple APIs that interact with a public news API for fetching articles. The system includes a cache in the API service to reduce the need for redundant API requests to fetch the same data repeatedly. The system generates a API Document using Swagger. This system is implemented by NestJS.

Installation

cp .env.example .env 
npm install

Run the server

npm run start 

Run the test cases

npm run test 

API Document

After the server is started successfully, you can navigate to http://localhost:3000/api#/ to see the API Document.

License

The source code is distributed under the MIT Open Source License.

About

This system is a collection of simple APIs that interact with a public news API for fetching articles. This system is implemented by NestJS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors