kalanaSA / Learning-Mangement-System

Learning mangement system year01 web base application development group project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning Management System

Developed as a first year group project for the module called "Web Based Application development"

Introduction

This is implement of a professional website, for a Learning Management System using HTML, CSS, JavaScript and PHP (without frameworks).

Requirement

This library package requires PHP 5.3 or later Apache web server 2.x or later

Installation

  1. Install Apache
sudo apt install apache2
  1. Install MySQL
sudo apt install mysql-server
  1. Install PHP
sudo apt-get install php5 libapache2-mod-php5
  1. Navigate to localhost and clone the git
cd /var/www/html/project_name && git clone https://github.com/hashaneranda/LMS.git
  1. Create database
go to phpmyadmin and create database named lms and import sql file in nsbm lms Final/lms.sql
  1. Just visit
 http://localhost/project_name/nsbm lms Final/
  1. For live Demo visit
 https://nsbmlms.byethost33.com

LMS

About

Learning mangement system year01 web base application development group project

License:MIT License


Languages

Language:PHP 64.3%Language:CSS 27.1%Language:JavaScript 6.4%Language:HTML 1.2%Language:Hack 1.0%