Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.11 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.11 KB

Criboard

Imgur

An app to track/split monthly expenses, maintenance issues, etc. and help roommates and landlords stay organized.

Team

  • Product Owner: Amena Kauser Syeda
  • Scrum Master: Adelle Housker
  • Development Team Members: Amena Kauser Syeda, Adelle Housker

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Team

Usage

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' };

Requirements

  • Node 0.10.x
  • React 16.3.2
  • Express 4.16.0
  • MySQL 8.0

Development

Installing Dependencies

From within the root directory:

npm install

Tasks

View the project roadmap here