Simplifying the Household
Obie is an all in one roommate and landlord management application.
- Communication - Utilizes sockets to allow for real time communication within a household or with a landlord.
- Finances - Tenants easily manage, split and pay their bills and household expenses and landlords receive rent payments and maintain a log of activity.
- Accountability - Roommates are held accountable for managing their responsibilities or chores as well as paying each other on time.
- Management - Landlords can easily manage multiple properties while maintaining a simple interface to juggle each property's finances separately or all at once.
Obie aims to minimize all problems in your household
Note: API is found in this repo: Obie API
(With Obie API running)
- npm install
- npm start to run webpack server
- Navigate to http://localhost:8080 in your browser
npm run test or npm run test:watch
MIT