Git Product home page Git Product logo

e_learn's Introduction

E_learn

E Learning Web Development project as part of BCA 6th semester graduation at VNSGU University

FEATURES :

User Site

  • Code execution in various languages
  • User-2-user video calling, multiple user can join call
  • Discussion for QnA with up/down votes & tagging questions, answering questions etc
  • Reading Courses > Syllabus > Section for learning
  • Article reading with like/commenting & sharing on Whatsapp, Facebook etc
  • tawk.to chat for user-2-admin 24x7 chat support
  • Auto address generator using html location API + google reverse geocoding API to fetch user's address by using GPS
  • User Poll for taking feedback or survey from users
  • User-2-User challenge, user challenges each other for 5 random question round & winner gets XPs for win which is added to user's XP
  • On Site + Mail(html mail) Notification where user gets notified for QnA & challenges
  • User Profile for viewing details like QnA posts, polls, followers, contact info. etc
  • ajax for follow/unfollow, address update

Admin Site

  • Extensive use of Datatables + Ajax on each page for listing X records per page, sorting, searching, paging & for fetching data in PDF, CSV, excel & print, copy
  • managing Admins by add/update/block/unblock
  • managing Category -> Courses -> Chapters by add/update/block/unblock
  • managing Section(tutorial) & articles by block/unblock, add/update with WYSIWYG editor + instant image insertion by adding images to imgur.com from editor itself
  • managing Polls by add/update/block/unblock with adding N options & setting poll start & end date
  • managing Challenge Questions by add/update/block/unblock with adding 4 options
  • managing user by block/unblock & user's detailed profile view
  • managing QnA by block/unblock on both question & answer
  • managing Tags by add/update/block/unblock
  • managing user feedback with sending mails(html mails) to user in response to feedback
  • On Site + Mail(html mail) system for feedback.

Other

  • Use of cURL for executing http request in backend for e.g., to invoke google reverse geocode API request without exposing API address or auth key to users
  • SEO friendly URLs for better search result ranking
  • Prevention of XSS attack by filtering user input & prevention of SQL injection by validation at all input points.

Future Scope

  • Hiding exposure of IDs by slugs(user friendly texts) which also improves SEO
  • adding disquss commenting system on Section(tutorial)
  • Web page + DB caching for faster page loads.
  • replace WYSIWYG editor with markdown editor.

TechStack

  • Server - Apache 2.4.29
  • Backend Language - PHP 7.2.1
  • Framework - Codeigniter 3.1.8 MVC framework
  • DB - MySQL
  • Frontend - HTML5, Bootstrap3
  • Control Panel - XAMPP 7.2.1
  • Editor - Sublime Text

Setup on windows

  • Install required XAMPP version.
  • Open apache's php.ini and set the value of upload_max_filesize to 4M, save the file, start/restart both apache and mysql server.
  • Open phpmyadmin, create a database with some name like e_learn
  • Once DB is created select e_learn database from list of DB and go to import tab and import the sql file located at /resources/db/db.sql and click go, wait for some time for import to finish.
  • Open /application/config/config.php and set the $config['base_url'] to homepage of the project for example set to http://localhost/e_learn/ if you project is inside the directory named e_learn and save the file.
  • Open /application/config/database.php and set the hostname, username, password and database fields and save the file.
  • Visit http://localhost/e_learn and the user's login/register page should show up, try logging in using the credentials from tbluser table in database.
  • Similarly try visiting http://localhost/e_learn/admin and the admin's login page should show up, try logging in using the credentials from tbladmin table in database.

e_learn's People

Contributors

harshgundecha avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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