Coder Social home page Coder Social logo

mdzafereqbal / teacher-portal-tool Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 89 KB

Log into the Teacher Portal to access the Student Management Dashboard. View and manage student names, subjects, and marks. Edit details, remove records, and maintain an organized overview of class progress with an intuitive interface.

PHP 65.02% CSS 0.71% JavaScript 16.86% Blade 17.41%
api bootstrap css html js laravel mysql php8

teacher-portal-tool's Introduction

Teacher Portal

Upon logging into the Teacher Portal, you will be redirected to the Student Management Dashboard. This central hub provides a comprehensive view of all students, displaying their names, subjects, and marks. From this dashboard, you can easily manage student information by editing their details or removing student records as needed. The intuitive interface ensures that you can efficiently navigate through the student list, update relevant data, and maintain an organized overview of your class’s progress.

Table of Contents

Installation

  1. Clone the repository:

    git clone [email protected]:MdZaferEqbal/teacher-portal-tool.git
    cd teacher-portal-tool
  2. Install dependencies: Make sure you have Composer installed. Then run:

    composer install
  3. Install Node.js dependencies: Make sure you have Node.js and npm installed. Then run:

    npm install

Configuration

  1. Copy the example environment file and modify the configuration:

    cp .env.example .env
  2. Set up your database: Open the .env file and configure your database settings. For example:

    DB_CONNECTION=mysql
    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_DATABASE=your_db_name
    DB_USERNAME=your_username
    DB_PASSWORD=your_password
  3. Run the database migrations:

    php artisan migrate
  4. (Optional) Seed the database with sample data:

    php artisan db:seed

Running the Application

  1. Start the local development server:

    php artisan serve

    By default, the application will be accessible at http://localhost:8000.

Features

  • Student Management Dashboard: View all students, their names, subjects, and marks.
  • Edit Student Details: Easily update student information.
  • Remove Student Records: Delete student records when necessary.
  • Intuitive Interface: Navigate through the student list efficiently.

teacher-portal-tool's People

Contributors

mdzafereqbal avatar

Watchers

 avatar  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.