https://github.com/dk3775/lms
Learning Management System made in vanilla PHP to learn core concepts and usage of some basic utils.
https://github.com/dk3775/lms
bootstrap dotenv hacktoberfest mysql php phpmailer
Last synced: about 1 month ago
JSON representation
Learning Management System made in vanilla PHP to learn core concepts and usage of some basic utils.
- Host: GitHub
- URL: https://github.com/dk3775/lms
- Owner: dk3775
- License: mit
- Created: 2021-12-22T15:09:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-04T06:30:41.000Z (about 3 years ago)
- Last Synced: 2025-04-30T14:48:54.474Z (about 1 year ago)
- Topics: bootstrap, dotenv, hacktoberfest, mysql, php, phpmailer
- Language: PHP
- Homepage:
- Size: 34.5 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
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
## About The Project
[![Product Name Screen Shot][product-screenshot]](https://example.com)
### Built With
* [PHP](https://www.php.net/)
* [MySQL](https://www.mysql.com/)
* [HTML5](https://www.w3.org/TR/html5/)
* [CSS3](https://www.w3.org/Style/)
* [Bootstrap](https://getbootstrap.com)
* [JQuery](https://jquery.com)
## 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)
```sh
git clone https://github.com/dk3775/lms.git
```
2. Install dependencies
```sh
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
```sh
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.
## 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.
## 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
## License
Distributed under the MIT License. See `LICENSE.txt` for more information.
## Contact
Dhyey K - [@DhyeyHk](https://twitter.com/DhyeyHk) - dk@titanslab.in
Project Link: [https://github.com/dk3775/lms](https://github.com/dk3775/lms)
Anjan P - anjan@titanslab.in
## Acknowledgments
* [Choose an Open Source License](https://choosealicense.com)
* [GitHub Emoji Cheat Sheet](https://www.webpagefx.com/tools/emoji-cheat-sheet)
* [Malven's Flexbox Cheatsheet](https://flexbox.malven.co/)
* [Malven's Grid Cheatsheet](https://grid.malven.co/)
* [Img Shields](https://shields.io)
* [GitHub Pages](https://pages.github.com)
* [Font Awesome](https://fontawesome.com)
* [React Icons](https://react-icons.github.io/react-icons/search)
[contributors-shield]: https://img.shields.io/github/contributors/dk3775/lms.svg?style=for-the-badge
[contributors-url]: https://github.com/dk3775/lms/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/dk3775/lms.svg?style=for-the-badge
[forks-url]: https://github.com/dk3775/lms/network/members
[stars-shield]: https://img.shields.io/github/stars/dk3775/lms.svg?style=for-the-badge
[stars-url]: https://github.com/dk3775/lms/stargazers
[issues-shield]: https://img.shields.io/github/issues/dk3775/lms.svg?style=for-the-badge
[issues-url]: https://github.com/dk3775/lms/issues
[license-shield]: https://img.shields.io/github/license/dk3775/lms.svg?style=for-the-badge
[license-url]: https://github.com/dk3775/lms/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/dk21
[product-screenshot]: images/screenshot.png