Welcome to the Scandiweb Junior Developer Test Task - Backend repository! This project is designed as part of the Scandiweb Junior Developer test assignment. It demonstrates skills in PHP for building a backend application that supports a product management web application.
This project consists of a PHP-based backend application for managing products. It provides APIs to support the functionalities of the React frontend application for the Scandiweb Junior Developer test task.
- API Endpoints:
- GET
/
: Retrieve all products with aGET Request
. - POST
/routes/post.php
: Add a new product with aPOST Request
. - DELETE
/routes/delete.php
: Delete a products with aPOST Request
.
- GET
- PHP: Server-side scripting language for building the backend.
- MySQL: Relational database management system.
- MySQLi: PHP extension for MySQL database interactions.
Here's the Repository.
My app is deployed at infinity free.
To get started with the project, follow these steps:
-
Clone the Repository
git clone https://github.com/yourusername/scandiweb-junior-dev-test-backend.git