- Product Owner: Amena Kauser Syeda
- Scrum Master: Adelle Housker
- Development Team Members: Amena Kauser Syeda, Adelle Housker
Create a local MySQL database. Create a config.js file in the root directory and add the following code in the file.
module.exports = { DBNAME: 'your-database-name', DBUSERNAME: 'your-username', DBPASSWORD: 'your-password', DBHOST: 'your-host-url or localhost' };
- Node 0.10.x
- React 16.3.2
- Express 4.16.0
- MySQL 8.0
From within the root directory:
npm install
View the project roadmap here