Skip to content

Laravel Web Application which demonstrates the basic CRUD Operations

License

Notifications You must be signed in to change notification settings

emmarcaber/Estudyantes

Repository files navigation

Estudyantes

Student Management System developed using Laravel. A web application created to demonstrate basic CRUD(Create-Read-Update-Delete) Operations.

Development Setup

  1. Clone or download this repository.

  2. Open the project directory and copy .env.example to .env in its same directory.

  3. 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
    
  4. Access http://localhost:8000 on your browser.

About

Laravel Web Application which demonstrates the basic CRUD Operations

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published