| Student | Kürzel | Matrikel-Nr. |
|---|---|---|
| Marcel Willie | mw232 | 39965 |
| Timo Waldherr | tw086 | 40093 |
| Philipp Zimmerman | pz016 | 40140 |
| Marvin Pfau | mp159 | 40550 |
| Christos Kafkalis | ck188 | 40551 |
| Jens Schlegel | js414 | 40572 |
This (Mobile) Web Application ressembles a chat bot version of messengers like WhatsApp. The user is able to select a chat with a certain chat bot and write with it.
- Run in the root directory
docker compose up
- Open a new terminal window and enter the backend container
docker exec -it cbacb-backend bash
- Create the database tables
yarn migrate:deploy
- Seed demo data
yarn seed:prod
Open your browser and visit at:
After generating demo data:
- E-Mail:
admin@chatbot.de - Password:
chatbot123
- Enter frontend directory
cd ./frontend
- Start frontend with the following command
yarn start
- Start testing with following command
yarn run cypress run
- Enter backend directory
cd ./backend
- Start testing with following command
yarn unit-test