In my early development career, I built a robust Task Manager Application using Laravel, designed to streamline the process of managing tasks efficiently. This application showcases my foundational skills in web development, particularly with Laravel, and demonstrates my ability to create, read, update, and delete (CRUD) functionalities.
Explore the docs »
Follow these steps to get the CRUD system up and running on your local machine.
-
Clone the Repository:
- Open your terminal.
- Run the following command to clone the repository:
git clone git@github.com:afmurillo97/crud-laravel.git
- Navigate to the project directory:
cd crud-laravel
-
Install Dependencies:
- Run the following command to install the necessary dependencies using Composer:
composer install
- Run the following command to install the necessary dependencies using Composer:
-
Serve the Application:
- Start the Laravel development server by running:
php artisan serve
- Start the Laravel development server by running:
-
Access the Application:
- Open your web browser and visit the following URL to see the project in action: http://127.0.0.1:8000/tasks
Now you should be able to view and interact with the sales system locally.
This section should list any major frameworks/libraries used to bootstrap my project.
Distributed under the MIT License. See LICENSE.txt
for more information.
Felipe Murillo - @murilloaf - afmurillo97@gmail.com
Project Link: https://github.com/afmurillo97/crud-laravel
I'd like to express my gratitude to the following libraries and tools that have been instrumental in the development of ElectroniTech:
- Composer - Dependency manager for PHP.
- PHP - Server-side scripting language used in the backend development.
- MySQL - Relational database management system used for storing data.
These resources have significantly contributed to the success and functionality of the Point Of Sale project.