Skip to content
/ lms Public

Learning Management System made in vanilla PHP to learn core concepts and usage of some basic utils.

License

Notifications You must be signed in to change notification settings

dk3775/lms

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Learning Management System

Learning Management System made in vanilla PHP to learn core concepts and usage of some basic utils.
Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Product Name Screen Shot

(back to top)

Built With

(back to top)

Getting Started

To get a local copy up and running follow these simple steps.

Installation

  1. Clone the repo in server folder(eg. htdocs, public_html)

    git clone https://github.com/dk3775/lms.git
  2. Install dependencies

    composer install
  3. Download database template file from here --> lms.sql

  4. Open phpmyadmin and create a database named "lms" and import database template from downloaded file.

  5. Create a .env file in root directory of your and paste this code in it

    DB_HOST="localhost"
    DB_USER="root"
    DB_PASS=""
    DB_NAME="lms"
    SMTP_HOST="your smtp host"
    SMTP_USER="your smtp username"
    SMTP_PASS="your password"
    SMTP_PORT="your smtp port"
  6. Modify .env file contents as per your needs.

  7. Open project's root directory in server it will automatically open login page if above steps will be followed properly.

  8. Login as Institute with following credentials Username - "AJ" and Password - "1234".

  9. Play around the system and if you need any help contact me.

(back to top)

Usage

This System can be used by Educational Institutions, Schools, Colleges, Universities, and other educational organizations. To manage the data of their students, teachers, and courses, they can use this system.

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Dhyey K - @DhyeyHk - [email protected]

Project Link: https://github.com/dk3775/lms

Anjan P - [email protected]

(back to top)

Acknowledgments

(back to top)

About

Learning Management System made in vanilla PHP to learn core concepts and usage of some basic utils.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published