Clone repository
git clone https://github.com/Patrick-Bonini/SuperChargedChatBot
- Create an env file
.env
in the root directory with the contents:
AWS_SECRET_ACCESS_KEY=key
AWS_ACCESS_KEY_ID=id
Fill in the key and id with valid keys and ids
- Create a virtual environment and install the requirements
pip install -r requirements.txt
- Change directories and run chat
cd backend
python server.py
- cd to frontend and install dependencies
cd frontend
npm install
- Run frontend
npm start