A Daily calorie intake and burn tracker website which helps you select your goals according to your desires.
- Nodejs
- EJS
- Bootstrap
- Oracle
Follow the step by step installation procedure to install and run this on your machine
Make sure you have node and oracle installed in your device.
NodeJs
: Install Nodejs from here
Oracle
:Install Oracle from here and register for an account of your own
-
Clone the repo
git clone https://github.com/mrashid5919/Fitness_Buddy.git
-
If you don't have git installed in your device then download zip
-
After installation or download go to the repository and open command line.
-
Install NPM packages
npm install
-
Go to sql plus
-
Enter credentials
username: sys as sysdba password: password
-
Create a new user C##MAY
create user C##MAY identified by abcd;
grant all privileges to C##MAY;
-
Find file dump.sql in
sql/C##MAY.sql
-
Head over to your favourite database GUI and connect C##MAY with that
-
Import data from sql file depending upon the GUI.
-
Copy the triggers from Triggers.sql and run them.
-
If no errors are shown, then we are good to go!
-
Mayesha Rashid - 1905103
-
Sadia Tabassum - 1905091
Demonstration video - https://youtu.be/MKO7USH14NA