This commit is contained in:
Adil Mohammed 2023-02-01 16:27:39 +03:00
commit 94ed5abc75
2 changed files with 30 additions and 12 deletions

View File

@ -1,12 +1,7 @@
# Learning management system # Learning management system using Django and Bootstrap
### I would love to see you contribute 👩‍💻👩‍💻 Feel free to contribute!! ### I would love to see you contribute 👩‍💻👩‍💻, feel free to contribute :)
### Demo video: https://youtu.be/KKIeRXwZ-Sw
Learning management system using Django and Bootstrap.
Watch the demo video to find out how the app works https://youtu.be/KKIeRXwZ-Sw
For the quiz part, I used this repo as a reference -> https://github.com/tomwalker/django_quiz
![dj-lms-dashboard](https://user-images.githubusercontent.com/60693922/212262964-5b5f2cb9-59b6-4be8-bf29-63a5265a7a9e.png) ![dj-lms-dashboard](https://user-images.githubusercontent.com/60693922/212262964-5b5f2cb9-59b6-4be8-bf29-63a5265a7a9e.png)
@ -44,12 +39,35 @@ Current features
First Clone the repo with `git clone https://github.com/adilmohak/django-lms.git` First Clone the repo with `git clone https://github.com/adilmohak/django-lms.git`
Run the following commands inside the root directory Run the following command inside the root directory
`pip install -r requirements.txt` `pip install -r requirements.txt`
Then open your `settings.py` file and setup your database (name, username, password)
`python manage.py runserver` `python manage.py runserver`
Finally go to this address http://127.0.0.1:8000 Last but not least, go to this address http://127.0.0.1:8000
### Don't forget to give it a star ✨✨ ### References
# Thank You!! - Quiz part: https://github.com/tomwalker/django_quiz
# Connect with me
<div>
<a href="https://www.linkedin.com/in/adilmohak" target="_blank">
<img src=https://img.shields.io/badge/linkedin-%231E77B5.svg?&style=for-the-badge&logo=linkedin&logoColor=white alt=linkedin style="margin-bottom: 5px;" />
</a>
<a href="https://github.com/adilmohak" target="_blank">
<img src=https://img.shields.io/badge/github-%2324292e.svg?&style=for-the-badge&logo=github&logoColor=white alt=github style="margin-bottom: 5px;" />
</a>
<a href="https://stackoverflow.com/users/12872688/adil-mohak" target="_blank">
<img src=https://img.shields.io/badge/stackoverflow-%23F28032.svg?&style=for-the-badge&logo=stackoverflow&logoColor=white alt=stackoverflow style="margin-bottom: 5px;" />
</a>
<a href="https://www.facebook.com/adilmohak1" target="_blank">
<img src=https://img.shields.io/badge/facebook-%232E87FB.svg?&style=for-the-badge&logo=facebook&logoColor=white alt=facebook style="margin-bottom: 5px;" />
</a>
</div>
# Support me with your mighty star ✨🤩