Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
## The following code is adapted from this example or video : https://youtu.be/nN2Vp15AW5w
## Note you can use postman to run the api
##(c) 2018 Microsoft Corporation. All rights reserved.
C:\>django-admin startproject chatbotproject
C:\>cd chatbotproject
C:\chatbotproject>python manage.py startapp fitnessbot
C:\chatbotproject>python manage.py runserver