Ecommerce Api Restful PHP
The project is an API to be used in an ecommerce of electronic products, the api consists of a login, logout, register, statistics, users, products, and much more! It is easy to adapt to any type of ecommerce.
- Composer - Dependency Manager for PHP
- Some server to run the api, I recommend:
- Xampp 7.0.24 / PHP 7.0.24 - Server free
- Clone the repository
- You have to create in the project root the .env file, there is an example of this file with the necessary variables to make it work
- Open the terminal in the folder, and run composer install