https://github.com/shaygali/room8s
A social network for roommates, to manage expenses and tasks with real-time chat
https://github.com/shaygali/room8s
android mysql nodejs realtime-messaging social-network
Last synced: 2 months ago
JSON representation
A social network for roommates, to manage expenses and tasks with real-time chat
- Host: GitHub
- URL: https://github.com/shaygali/room8s
- Owner: ShayGali
- Created: 2022-04-25T08:21:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-23T06:52:50.000Z (almost 2 years ago)
- Last Synced: 2025-01-13T08:46:14.212Z (4 months ago)
- Topics: android, mysql, nodejs, realtime-messaging, social-network
- Language: Java
- Homepage:
- Size: 16.6 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Room8s
## Description
A social network for roommates, to manage expenses and tasks with real-time chatTo use this porject in local device:
1. download/clone this repo.
1. create the DB. [you can take the code from hare](https://github.com/ShayGali/Room8s/blob/main/database/create%20table.sql).
1. start the server. [Instructions for starting the server are here](https://github.com/ShayGali/Room8s/blob/main/back/README.md).
1. install the app. [Instructions for install the app are here](https://github.com/ShayGali/Room8s/blob/main/front/README.md).front - android with java
back - node.js
database - MySQL