diff --git a/README.md b/README.md index 2ade966..33471e2 100644 --- a/README.md +++ b/README.md @@ -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!! - -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 +### I would love to see you contribute 👩💻👩💻, feel free to contribute :) +### Demo video: https://youtu.be/KKIeRXwZ-Sw  @@ -44,12 +39,35 @@ Current features 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` + +Then open your `settings.py` file and setup your database (name, username, password) + `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 ✨✨ -# Thank You!! +### References +- Quiz part: https://github.com/tomwalker/django_quiz + +# Connect with me + +
+ + +# Support me with your mighty star ✨🤩 diff --git a/docs/WEB-BASED_SCHOOL_MANAGEMENT_&_E-LEARNING_SYSTEM_Adil.pdf b/docs/WEB-BASED_SCHOOL_MANAGEMENT_&_E-LEARNING_SYSTEM_Adil.pdf deleted file mode 100644 index 7d9b2c3..0000000 Binary files a/docs/WEB-BASED_SCHOOL_MANAGEMENT_&_E-LEARNING_SYSTEM_Adil.pdf and /dev/null differ