Chat application for same devices connected to same network
- Init mobile project (Flutter)
- Init server side service (ExpressJS/NodeJS)
- Init desktop app (Electron)
First, install all the dependencies by running (on the server folder)
npm install
- Add user account
- Add login handling
- Add database connection (Use mongo DB)
- Add user message notification service
- Add message sending service
- Create splash screeen
- Create login screen
- Create home screen
- Add services to fetch data from the local server (API)