Skip to content

Expense tracker app with multi-workspace feature and focus on collaboration.

Notifications You must be signed in to change notification settings

hertantoirawan/colete

 
 

Repository files navigation

Colete

Colete is a multi-workspace expense tracker app focused on collaboration.

Features

  • Multiple workspaces
  • Create your own categories for expenses
  • Collaborate with other users in workspaces
  • Shared comments on individual expenses

How to setup and run

  • npm i to install dependencies
  • Install and start postgresql database locally
  • npx sequelize db:create to create database
  • npx sequelize db:migrate to create tables
  • npx sequelize db:seed:all to create seed data
  • npm run watch to run webpack
  • Go to localhost:3004/ to start using the app

Tech Used

Project Artifacts

Documentation

More documentation about the development of the app in Wiki.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.7%
  • Other 0.3%