jemcv / lms

πŸ“š a simple learning management system in php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lms

Learning Management System

This is a basic learning management system that fulfills the user requirements necessary for the completion of my web project.

Prerequisites

Before you begin, you should have the following installed on your computer:

  • XAMPP server
  • A web browser

Project Setup

  1. Download the project or clone it

     git clone https://github.com/jemcv/lms.git
    
  2. Moved the folder to htdocs directory.

  3. Start the XAMPP server then navigate to http://localhost/phpmyadmin/.

  4. Create a new database then import table.sql.

  5. Edit the config.php.

  6. Open your web browser and navigate to http://localhost/lms.

Issues

This project was created within a one-week timeframe. Please note that it may contain potential issues in the code. It has not been secured against common web vulnerabilities such as SQL injection, cross-site scripting (XSS), and other common web attacks.

License

This project is licensed under the terms of the MIT License.

About

πŸ“š a simple learning management system in php

License:MIT License


Languages

Language:PHP 88.4%Language:Hack 6.5%Language:CSS 5.1%