This project is a small messenger that you can send and receive messages from other people who are using the app on the same server.
In the root folder run the command "docker compose up" .
To start the server, navigate to the "server" folder and fill in the ".env" file (there is an example named ".env.example") and run the command "npm install" and "npm dev".
To start the application, navigate to the "mobile" folder and fill in the ".env" file (there is an example named ".env.example") and run the command "npm install" and "npm dev".
Technologies used: Expo Go, TypeORM, Socket