This is an unofficial Kabum Digital API. The API provides endpoints to access posts and their content from the Kabum Digital website. For detailed information about the endpoints, please check endpoints.md.
To run the project locally, follow these steps:
-
Clone the repository from GitHub:
git clone https://github.com/JefferMarcelino/unofficial-kabum-digital-api.git
-
Install dependencies:
cd unofficial-kabum-digital-api npm install
-
Ensure you have Redis installed and running on your machine.
-
Start the local server:
npm run dev
The API should now be accessible at http://localhost:3000
.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feat/AmazingFeature
) - Commit your Changes (
git commit -m 'feat: add caching to improve performance'
) - Push to the Branch (
git push origin feat/AmazingFeature
) - Open a Pull Request
This project is under the MIT license. See the LICENSE file for more details.
Made with ♥ by Jeffer Marcelino