Backend for managing links and clicks in my system.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
This backend API is built with PHP and the Slim framework. It manages link collections, tracks click events, and supports API key authentication for secure access.
Ensure you have the following installed:
- Node.js
-
Clone the repository:
git clone https://github.com/luka-lta/luka-lta-backend.git cd luka-lta-backend -
Install dependencies using npm:
npm install
-
Start the application using npm:
npm run dev
- User Management
- Link Management
- Click Tracking
- API Key Authentication
- Permissions
- Tools
See the open issues for a list of proposed features and known issues.
Contributions are what make the open-source community amazing! Any contributions you make are greatly appreciated.
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a pull request
Distributed under the MIT License. See LICENSE.txt for more information.
luka-lta – info@luka-lta.dev
Project Link: https://github.com/luka-lta/luka-lta-backend