Skip to content

MeTeoRise/chatbot_automation

Repository files navigation

Chatbot Automation Tool

About The Project

Built With

Getting Started

Prerequisites

First you need to install the Python3 in order to run the app. You can find a great guide here.

Installation

  1. Clone the repo
    https://github.com/MeTeoRise/chatbot_automation.git
  2. Install the requirements
    pip3 install -r requirements.txt
  3. Then you have to setup the database on the settings.py file of Django.
  4. Migrate to the database
    python3 manage.py migrate
  5. After these we can run the django server:
    python3 manage.py runserver
    (Optional) Create an administrator user:
    python3 manage.py createsuperuser