- Make sure python is downloaded
- Open my-chatbot folder
- Open terminal/command prompt
- Run this command: cd src
- Run this command: npm run dev
- Open a new tab in your command prompt/terminal
- Run this command: cd backend
- Run this command: python3 -m venv venv (mac) or python -m venv (windows)
- Run this command: source venv/bin/activate
- Run this command: python manage.py runserver
- Go to the local that they give you after running npm run dev.
To view db: http://127.0.0.1:8000/admin/login/?next=/admin/