The system is a web application that provides CRUD functionality for managing users, stovens, addresses, states, and cities. Users can register, log in, and manage their profile, while stoven data is used to manage front-end data. Stovens have a one-to-many relationship with addresses, and states and cities are related entities for managing address information. The system allows users to create, read, update, and delete entities with validation and error handling, ensuring data integrity and enforcing relationships.
All steps todo and some tips to run all project workflow, don't forget to use postman environments and setup a {{port}} variable with 8000 or 8001 to choice which project you want to use.
-
First of all, setup your laravel version and do all steps.
-
Go to php-only project root folder
-
Setup
config/setup.php
file to your database settings like in laravel -
Start server running
php -S localhost:8001 -t public
in project root
-
Both project use same database, so you need to start laravel version first, run migrations and seeders to create tables and data.
-
OnlyPHP: examples version only works to php only cause i build a sistem to get by query instend passing it by router like laravel, so when existing a example with Only PHP, use it only in PHP Version instend original version.
When testing a project, make sure to update the port number to match your project's configuration. For example, if you are testing a Laravel application, you should change {{port}} to 8000 in the environments. If you are testing a PHP version only, you can use 8001 instead. This will ensure that your project runs correctly and communicates with the correct project.
Laravel Version Port: 8000 PHP Version Port: 8001
Postman Environments