Android pet simulation game that promotes exercise through mini-games.
- Product Owner: Dunstan
- Scrum Master: Humaid
- Development Team Members: Chris, Dunstan, Humaid, Jon
Adjust live polling:
In server.js
set setInterval(poll, 5000);
to desired interval.
Test polling:
Send GET
request to /api/test
- Node
- Bower
- MySQL
Initialize database:
mysql -u root -p
create database hrgotchi;
use hrgotchi;
INSERT into Pets (name) VALUES ('CHOOSE_NAME');
From within the root directory:
npm install
cd public
npm install && bower install
Start SQL:
mysql.server start
Compile React:
npm run startReact
Start Server:
npm start
Visit:
localhost:3000
View the project roadmap here