Lyfestyle: a calorie tracking app
sudo apt-get install apache2
sudo apt-get install php libapache2-mod-php
sudo apt-get install mysql-server
sudo systemctl restart apache2
sudo apt install git
Check git version to verify installation
git --version
cd /var/www/html
git clone https://github.com/Albert-C-Ong/Lyfestyle.git
sudo systemctl start apache2
Enter the following address into your internet browser
localhost/Lyfestyle
Design
- Inkscape // Art assets
Front-end
- HTML
- CSS
- PHP
Back-end
Et Cetera
- GitHub // Version Control
- Brackets // IDE
- MySQL Workbench
- phpmyadmin
CMPE 133 Spring 2020 Team #20: Gary Chang, Alisha Mehndiratta, and Albert Ong.