Anuj-Kundar / Crud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CRUD App using PHP(Laravel) and Angular

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.

Getting Started

Follow these instructions to set up the project on your local machine for development.

Prerequisites

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

Run the Application

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.

Built With

  • PHP - Backend scripting language
  • Angular - Frontend framework
  • Laravel - PHP web framework

Authors

  • Anuj Kundar

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

License:MIT License


Languages

Language:PHP 75.1%Language:Blade 16.3%Language:TypeScript 5.1%Language:HTML 3.0%Language:SCSS 0.3%Language:JavaScript 0.2%