Coder Social home page Coder Social logo

ralphcajipe / student-system Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 542 KB

A student management system as a web app that can Create, Read, Update, and Delete (CRUD) student information

PHP 59.54% JavaScript 0.47% CSS 0.04% Blade 39.95%
crud student-management-system authorization components controllers database-connection login logout model partials

student-system's Introduction

student-system

A student management system as a web app that can Create, Read, Update, and Delete (CRUD) student information.

PHP Laravel MySQL HTML5 TailwindCSS AlpineJS

image coming soon

Create Read Update and Delete
Create Read Update and Delete

Usage

Database Setup

This app uses MySQL. To use something different, open up config/Database.php and change the default driver.

To use MySQL, make sure you install it, setup a database and then add your db credentials(database, username and password) to the .env.example file and rename it to .env

Migrations

To create all the nessesary tables and columns, run the following

php artisan migrate

Seeding the Database

To add the dummy listings with a single user, run the following

php artisan db:seed

File Uploading

When uploading listing files, they go to "storage/app/public". Create a symlink with the following command to make them publicly accessible.

php artisan storage:link

Running the App

Upload the files to your document root, Valet folder or run

php artisan serve

student-system's People

Contributors

ralphcajipe avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.