Giter VIP home page Giter VIP logo

tyleroneil72 / learning-path-creator Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.95 MB

The Learning Path Creator is a full stack web application designed to facilitate collaborative learning and knowledge sharing. This project when deployed operates on the LAMP stack, leveraging Linux, Apache web server, MySQL, and PHP. Additionally, Bootstrap is employed for frontend development, ensuring a visually appealing and responsive website.

License: MIT License

CSS 0.21% PHP 99.79%
apache bootstrap linux mysql php lamp-stack

learning-path-creator's Introduction

Learning Path Creator

License PHP MySQL Bootstrap Linux Apache

Description

This project was an assignment for an 'Advanced Web Programming' course. The Learning Path Creator is a full stack web application designed to facilitate collaborative learning and knowledge sharing. This project empowers educators and learners alike to create, import, and explore tailored learning paths. Users can curate resources, share insights, and engage with a community-driven platform that enhances the educational experience. This report provides insights into the project's development, functionalities, and additional notes.

This project when deployed operates on the LAMP stack, leveraging Linux, Apache web server, MySQL, and PHP. Additionally, Bootstrap is employed for frontend development, ensuring a visually appealing and responsive website. Although it is not hosted at the moment.

Example

github-picture

For More information you can checkout the guide

Configuration And Setup

// db/config.php
$host = "localhost"; // Change this to your host if not "localhost"
$username = "root"; // Change this to your user if not "root"
$password = ""; // Change this to your password if you have set one
$database = "project_db"; // Change this to your database name

$conn = new mysqli($host, $username, $password, $database);

Also, Make sure to run create_tables.sql in the database you create

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For any inquiries or questions, you can reach me at [email protected] or on my linkedin at https://ca.linkedin.com/in/tyler-oneil-dev

learning-path-creator's People

Contributors

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