https://github.com/sreeharicodes/django-bot-server
django bot server
https://github.com/sreeharicodes/django-bot-server
chatbot django server
Last synced: 2 months ago
JSON representation
django bot server
- Host: GitHub
- URL: https://github.com/sreeharicodes/django-bot-server
- Owner: sreeharicodes
- Created: 2019-09-27T03:19:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-04T19:14:44.000Z (over 3 years ago)
- Last Synced: 2025-05-15T07:10:31.064Z (about 1 year ago)
- Topics: chatbot, django, server
- Language: Python
- Size: 827 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# django-bot-server
To get this running, simply run the the following
## Step 1: Install requirements.txt
`pip install -r requirements.txt`
## Step 2: Create databases
Create the databases and the initial migrations with the following command:
`python manage.py migrate`
## Step 3: Create superuser
create superuser with the following command:
`python manage.py createsuperuser`
## Step 4: Run server
And start the server with
`python manage.py runserver`
You should now be able to go to localhost:8000/chat/ login and chat with the bot
## Step 5: create users
goto django admin page create as many users you want login and see the button counter stats
localhost:8000/chart/