/bonjour

Real-time chat application, based on React Native, Redux, Google Maps API and Socket.io

Primary LanguageJavaScriptMIT LicenseMIT

Bonjour is a realtime chat application based on NodeJs/Go as backend and React Native for mobile.

Parts of code:


Table Of Content

Prerequisites

  • Node.js installed on the local machine
  • MySQL intalled on the local machine (ex. XAMPP)

Installation

Using Git Clone

  1. Clone this repository: git clone https://github.com/danielwetan/bonjour
  2. Install depedencies: cd bonjour & npm install
  3. Start the server: npm start
  4. Run android: npm run android

Features

  • Realtime chat
  • Google maps
  • Cors
  • Login/Register with JWT
  • Password hashing

Built with

Screenshots

Bonjour Bonjour Bonjour Bonjour

Author

License

This project is licensed under the MIT License - see the LICENSE file for details