Git Product home page Git Product logo

cpe231_proj4's Introduction

Student Registration System

This is the project of Database course, CPE, KMUTT. This web application can manage and register the class for the students in the university. We have 3 roles of user which is

  1. Student: Can register/withdraw the class, pay the fee (mockup)
  2. Professor: Can manage the students that registered to their class, also grading them.
  3. Admin: Can manage and add advisor to each student, manage the registration, add new class, assign a class to the professor, also see the analysis of the data.

Tools and implementation

  • Laravel
  • MySQL & phpmyadmin & xampp
  • tailwindcss

Group Members

  • Krittin Srithong
  • Thanasit Suwanposri
  • Siriphorn Jarisu

How to run this project. (macOS)

  1. Clone this project in to your computer.
  2. Go to project directory, install dependencies and update composer if needed.
$ cd cpe231_proj4
$ npm install
$ composer update
  1. Create a new .env file at root directory. Copy everything from .env.example (Default port is 3306)
  2. Generate the app key.
php artisan key:generate
  1. Go to vendor/laravel/ui/auth-backend/RegisterUsers.php and add use Illuminate\Support\Facades\DB; at the top, then replace this code in showRegistrationForm()
$facLists = DB::table('facInfo')->get();

return view('auth.register', [
            'facLists' => $facLists
]);
  1. Start xampp and import the Final_pj.sql to your phpmyadmin.
  2. Start the developement server.
php artisan serve

cpe231_proj4's People

Contributors

men1164 avatar dependabot[bot] 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.