Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/murf-y/groupify
Join Groups and start posting!
https://github.com/murf-y/groupify
andorid-app figma java mysql php
Last synced: 14 days ago
JSON representation
Join Groups and start posting!
- Host: GitHub
- URL: https://github.com/murf-y/groupify
- Owner: Murf-y
- Created: 2022-10-21T11:10:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-07T15:56:05.000Z (about 2 years ago)
- Last Synced: 2024-11-07T12:25:21.450Z (2 months ago)
- Topics: andorid-app, figma, java, mysql, php
- Language: Java
- Homepage:
- Size: 56.4 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
A social media app that aims to connect people with similar interests in a group chat. allows users to create groups and join groups based on their interests. Users can also create posts and comment on other posts in the same group. ↓ Design Preview ↓
Stack 📚
We used android studio to build the UI and link it with the backend, which is built using php and mysql.Currently, the app database is not hosted on the internet, so you will have to host it yourself. (more on that later)
# API's used 📡
As mentioned above we used php for the apis, here is full documentation of the apis we used.
Postman Documentation
# Database 📊
We used mysql for the database, here is the ER diagram of the database.
# Download the app 📲
you can download the app from release section [here](https://github.com/Murf-y/Groupify.git)
# Design & Preview 🎨
Current application design is present in Design folder, available in the repository. It contains the following:
- Figma file of the design
- Preview of the design (Displayed below)
# How to run the app 🏃♂️
- Clone the repository
```
git clone https://github.com/Murf-y/Groupify.git
```- Open the project in Android Studio
- Press Run Button- Now that the app is running, you should spin a server for php apis and mysql database.
- You can use xampp or wampp for that.
If you are using xampp, you can find the php files in the repository in the folder named "php".
- You can copy the files to the htdocs folder in xampp and run the server. You can also use the database file in the repository to create the database.# contributors 🤝