- Develop a RESTful web application using the Python framework Flask
- Implementing OAuth authentication.
- Implementing CRUD (create, read, update and delete) operations.
- How to handle chatterbot module in python
- Pattern Matching
- Python –flask
- SQL alchemy
-
Install Python ~ 3.7
-
Clone this repo
-
Unzip the file
-
go student_chatbot folder
-
install all requirements using pip
$ pip install -r requirements.txt
- Create a database and tables
$ Python database_setup.py
- Launch application
$ Python app.py
- Open the browser and go to http://localhost:5000