-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
8 lines (6 loc) · 911 Bytes
/
README.txt
1
2
3
4
5
6
7
8
This project will introduce how to build an online learning website using the Django framework. Through this website, users can learn new technologies and build skills with courses from top instructors. They can also read blogs to get updates regarding upcoming technologies or courses. We have provided a Chatbot for resolving the issue regarding the course. Our chatbot will help users to suggest the best course from our collections. Users can ask questions regarding courses and it will suggest an appropriate idea to resolve their queries. It needs to be noted that this is a project still under development and there is always room for improvement.
The project provides the following features-
Signup, login, logout, reset password, search ,and chat.
STEPS TO START THIS PROJECT ON PYCHARM IDE:
1. Open up the main project file.
2. Open your terminal and give the command 'Python manage.py runserver'.