This CRUD application, developed as part of my internship assessment, showcases my proficiency in combining Angular and PHP(Laravel) to create a robust and dynamic system. The app allows users to perform basic CRUD (Create, Read, Update, Delete) operations on a dataset, highlighting my ability to design and implement a seamless user experience.
Follow these instructions to set up the project on your local machine for development.
What things you need to install the software and how to install them
- PHP >= 7.3
- Composer
- MySQL or any supported database
- Laravel 9
- Node.js (LTS version recommended)
- npm (Node Package Manager)
- Angular CLI
To run the CRUD application, start the Laravel development server using the following command:
php artisan serve
After executing this command, you can access your Laravel application in a web browser at http://localhost:8000.
- Anuj Kundar
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details