An application programming interface (API) is a connection between computers or between computer programs. It is a type of software interface, offering a service to other pieces of software.
Projects with this topic
-
🍔 Plateforme de commande en ligne pour snacks. SPA React moderne connectée à une API Laravel. Gestion d'état avec Redux Toolkit.Updated -
Unique Password Generator
This is a web application for generating unique passwords based on user-defined parameters. Users can specify password length and choose which character sets to include: numbers (0-9), lowercase letters (a-z), and uppercase letters (A-Z).
The application ensures that:
Each password is unique and non-repeating.
Characters within a password do not repeat.
If multiple character sets are selected, at least one character from each set is included in the password.
Technologies used in this project:
Laravel (PHP 8) for backend logic, API endpoints, and password generation.
Next.js (React + TypeScript) for the frontend interface.
Nginx as the web server.
Docker for containerized development and deployment.
The frontend communicates with the Laravel backend API to generate passwords. The project is designed so that it can also run as a Laravel-only application if desired.
This setup allows for easy development, secure password generation, and a modern reactive UI.
Updated -
-
-
-
Proyecto de API con información en tiempo real sobre mis páginas web
Updated -
Be_White is a Laravel-based service booking management system designed to streamline the coordination between companies, employees, and service requests. The application facilitates service bookings, employee assignments, and company-specific service management through an intuitive and scalable backend architecture.
Updated -
Laravel_Blog is a full-featured blogging platform built with Laravel, providing a seamless and user-friendly experience for bloggers, writers, and content creators. The platform offers dynamic content management, user authentication, and a responsive design, ensuring accessibility across devices.
Updated -
-
-
Pt-BR: O projeto cria um sistema em Vue.js e Laravel Sail para realizar o envio de mensagens e inseri-los no banco de dados mysql através de uma API Rest.
O usuário insere a mensagem que deseja e o número. Do lado do cliente o Vue.js é responsável pela validação, tratamento e envio dos dados para a API Rest, que do lado do servidor é construída em Laravel e comunica o Backend com o container Docker do mysql, e insere os dados.
English: The project creates a system in Vue.js and Laravel Sail to send messages and insert them into the mysql database through a Rest API.
The user enters the message they want and the number. On the client side, Vue.js is responsible for validating, processing and sending data to the Rest API, which on the server side is built in Laravel and communicates the Backend with the mysql Docker container, and inserts the data.
Updated -
English: The project creates a web page made in Laravel Sail and configured to communicate with mysql, redis and selenium containers. It also creates a Rest API to communicate the backend with the database.
Pt-BR: O projeto cria uma página web feita em Laravel Sail e configurada para se comunicar com containers do mysql, redis e selenium. Cria também uma API Rest para comunicar o backend com o banco de dados.
Updated -
MailCare is an open source disposable email address services. Accessible via web browser or API to protect your privacy right now. https://mailcare.io
Updated -
-
-
-
A demo blog API written in Laravel for demo purposes of containerization, CI/CD, and microservices implementation.
Updated