This project was developed using the following technologies during the 5th NextLevelWeek.
Chatty is realtime application that allows a user to communicate with an attendant (admin) using the Websocket Protocol.
- Clone this repository
- If you don't have the
database.sqlite
file inside thesrc/database
folder, create one and runyarn typeorm migration:run
to create the database tables. - Run
yarn dev
to start the application.
All set! The application will be available at http://localhost:3333
- To open client view, use
http://localhost:3333/pages/client
- To open administrator view, use
http://localhost:3333/pages/admin