Skip to content

This is a CRUD implementation using Laravel Framework on XAMPP server.

Notifications You must be signed in to change notification settings

Unalome81/Academic_Bank

Repository files navigation

Laravel Logo

Academic Bank CRUD Application

This repository contains a simple CRUD (Create, Read, Update, Delete) application implemented using the Laravel framework. The project is set up to run on a local server using XAMPP.

Prerequisites

Before you begin, ensure you have the following installed on your system:

Installation and Setup

Follow these steps to set up and run the application on your local machine:

Step 1: Clone the Repository

git clone https://github.com/your-username/academic_bank.git
cd academic_bank

Step 2: Install XAMPP and Laravel

Step 3: Update the .env file to match your database configurations.

Step 4: Run the following command on terminal in your main directory:

php artisan serve

Step 5: Open your browser and you can access the website on http://localhost:8000/products

About

This is a CRUD implementation using Laravel Framework on XAMPP server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published