Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 2.21 KB

README.md

File metadata and controls

37 lines (31 loc) · 2.21 KB

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.