Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 212 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 212 Bytes

2021 SE Class Project

A ChatterBot

To run a local frontend, use:

cd BotFront  
npm run dev

To run a local backend, use:

python3 manage.py runserver

Then the project will run at localhost:8080