This is a simple order chat bot.
This project is built with Typescript. To run this project you need node.js (most not too old version should work fine) and npm installed on your machine. To set it up run command npm install in the root directory of the project.
To run it go into the projects directory and issue command npm start. After the code has been built and the server has been started, open your browser and open page http://localhost:3000.
To run the tests go into the projects directory and issue command npm test. The tests start and the results will be shown inside your terminal.
This project has been completed from scratch within 3,5 hours.