/pokechat

Pokechat Project where you can view, chat, and ask about pokemon!

Primary LanguageTypeScript

DR04 - Pokechat

Ryan Lahlou, 1001914277

Demo Video

Getting Started

In two different terminals, run the following commands:

Frontend

cd client && npm run dev

Backend

cd server && python3 chat.py

Open http://localhost:3000 with your browser to see the result.