meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
otso2016fall:group3:start [2016/10/25 14:06]
ashkan
— (current)
Line 1: Line 1:
-**Project Name:**Healthy you 
  
-**Team members:**Nawrin Binte Nawab, Ashkan Yaldaie, Gulshan Kundra 
-\\ 
-\\ 
-**About the application** 
-  * Encourage the different age groups to understand about their health conditions and how could we make it better with minimum work out. 
-  * The application helps you to check and calculate the BMI ( Body Mass Index), depending on the height and weight. 
-\\ 
-\\ 
-**Database view** 
- 
-{{:otso2016fall:group3:db.png?200|}} 
-\\ 
-\\ 
-**Database Script** 
- 
-CREATE TABLE `users` (\\ 
- `userId` int(11) NOT NULL AUTO_INCREMENT,\\ 
- `fullName` char(50) NOT NULL,\\ 
- `height` int NOT NULL,\\ 
- `weight` int NOT NULL,\\ 
- `age` int NOT NULL,\\ 
- `gender` varchar(1) NOT NULL,\\ 
- `goal` char(50),\\ 
- `userName` char(50) NOT NULL,\\ 
- `password` char(50) NOT NULL,\\ 
- PRIMARY KEY (`userId`)\\ 
-) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1\\ 
-\\ 
-\\ 
-**Git repository** 
- 
-https://app.deveo.com/lut1/projects/code_camp/repositories/code_camp/tree/master 
-\\ 
-\\ 
-**Healthy you website** 
- 
-http://ashkan.ddns.net:8020/code_camp/ 
-\\ 
-\\ 
-**Prototype** 
- 
-{{:otso2016fall:group3:protoio-code_camp.pdf|}}