Student Management System developed using Laravel. A web application created to demonstrate basic CRUD(Create-Read-Update-Delete) Operations.
-
Clone or download this repository.
-
Open the project directory and copy
.env.example
to.env
in its same directory. -
Open cloned directory in your terminal then run the following commands in order:
a. Install backend dependencies:
composer install
b. Generate application key:
php artisan key:generate
c. Spin a local dev server:
php artisan serve
-
Access http://localhost:8000 on your browser.