Skip to content

rpt06-squealing-alligators/criboard

Repository files navigation

Criboard

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
  5. Contributing

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

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published