Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arjunsumarlan/wegowhere
https://github.com/arjunsumarlan/wegowhere
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arjunsumarlan/wegowhere
- Owner: arjunsumarlan
- Created: 2024-06-10T03:58:35.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-10T04:41:54.000Z (5 months ago)
- Last Synced: 2024-06-10T05:34:21.458Z (5 months ago)
- Language: TypeScript
- Size: 476 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WeGoWhere Projects
This repository contains two separate projects:
1. Chat API Backend
2. Card Management App## Projects Overview
### 💬 Chat API Backend
A backend service for a chat application capable of sending and receiving text messages using WebSocket communication and message queues.
### 💳 Card Management App
A React Native application for managing credit/debit cards. The app allows users to add new cards, view a list of existing cards, and perform payments with selected cards, integrating with the Omise payment gateway.
## Getting Started
To get started with each project, navigate to the respective directory and follow the instructions in its README file.
- Chat API Backend: [chat-api/README.md](https://github.com/arjunsumarlan/wegowhere/chat-api/README.md)
- Card Management App: [payment-app/README.md](https://github.com/arjunsumarlan/wegowhere/payment-app/README.md)