https://github.com/mirodilkamilov/database-project
Database Design for an existing application called "Samsung Health"
https://github.com/mirodilkamilov/database-project
database database-design
Last synced: about 1 year ago
JSON representation
Database Design for an existing application called "Samsung Health"
- Host: GitHub
- URL: https://github.com/mirodilkamilov/database-project
- Owner: mirodilkamilov
- Created: 2021-05-23T07:00:26.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-26T12:00:15.000Z (almost 5 years ago)
- Last Synced: 2025-04-04T20:42:16.371Z (about 1 year ago)
- Topics: database, database-design
- Homepage:
- Size: 11 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Database Design for Samsung Health
**Database Design** for an existing application called [Samsung Health](https://www.samsung.com/global/galaxy/apps/samsung-health/). It is developed for term project from the Database Application and Design course (Spring 2021) at Inha University in Tashkent. This application design supposed to implement only **core features** of the existing one, like:
* Recording different kinds of health-related data, like weight, sleep, food
* Recording a variety of fitness activities, like running, cycling, walking with complete details
* Storing user information alongside his/her achievements, scores, and level
* Having friends and storing the list of them
* Offering various global challenges and allowing users to participate
* Recording fitness programs details and allowing a user to participate
* Offering meditation tools, like music, sleep stories, different sessions
You can find a complete **Report** from [here](DB-Report.pdf).
Here is the **Logical Schema** of the application
You can also import [DDL file](main/Team24_DDL.sql) with [some test data (DML)](main/Team24_DML.sql) in order to test some queries