https://github.com/zepolimer/simple-chat
La plateforme project - real-time messaging application with an Node/Express API, an admin web-app (React.js) and an users mobile-app (React Native) connected with Socket for real-time
https://github.com/zepolimer/simple-chat
docker expo express jwt mobile-app nodejs react reactnative reactnavigation socket-io
Last synced: about 2 months ago
JSON representation
La plateforme project - real-time messaging application with an Node/Express API, an admin web-app (React.js) and an users mobile-app (React Native) connected with Socket for real-time
- Host: GitHub
- URL: https://github.com/zepolimer/simple-chat
- Owner: Zepolimer
- Created: 2023-01-10T13:21:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-21T12:21:25.000Z (over 2 years ago)
- Last Synced: 2025-03-02T18:32:41.681Z (11 months ago)
- Topics: docker, expo, express, jwt, mobile-app, nodejs, react, reactnative, reactnavigation, socket-io
- Language: JavaScript
- Homepage:
- Size: 5.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# APP MOBILE CHAT
## RESUME
Our mobile application first ask user to register. Once logged, the user can create a channel and chat with other users. The user is also allowed to send private message to another one user.
## CONCEPTION README
- [See GANT.md](/doc/GANT.md)
- [See ENTITY.md](/doc/ENTITY.md)
- [See MCD.md](/doc/MCD.md)
- [See MLD.md](/doc/MLD.md)
## API - BACKEND README
[See API_README.md](/api/API_README.md)
## APP - FRONTEND README
[See APP_README.md](/app/APP_README.md)