YouTube Demonstration Video Link
An application made by Miguel Quezada, Daniel Williams, Adam (AJ) Heflin, and Winston Bass.
ChitChat is a Vue.js-based web chat application, founded on the same core beliefs that Facebook Messenger prioritizes. These priorities are accessibility, sleek design, and efficiency. We achieve this through our use of Google's Material Design standards.
- Django
- Vue.js
- TypeScript
Ensure you have Node.js v.14.15.4 (you can change the version using nvm, see here)
cd client
npm install
npm run serve
or with yarn
yarn install
yarn serve
pip install virtualenv
optional if you already have virutalenv installedvirtualenv env
. env/bin/activate
orsource env/bin/activate
pip install -r requirements.txt
cd api
python manage.py runserver