Bonjour
is a realtime chat application based on NodeJs/Go as backend and React Native for mobile.
Parts of code:
- Backend (NodeJs)
- Backend (Go)
- Web
- Mobile (You're here)
- Node.js installed on the local machine
- MySQL intalled on the local machine (ex. XAMPP)
- Clone this repository:
git clone https://github.com/danielwetan/bonjour
- Install depedencies:
cd bonjour & npm install
- Start the server:
npm start
- Run android:
npm run android
- Realtime chat
- Google maps
- Cors
- Login/Register with JWT
- Password hashing
- React Native - Mobile app framework
- JWT - Login/Register authentication
This project is licensed under the MIT License - see the LICENSE file for details