Colete is a multi-workspace expense tracker app focused on collaboration.
- Multiple workspaces
- Create your own categories for expenses
- Collaborate with other users in workspaces
- Shared comments on individual expenses
npm i
to install dependencies- Install and start postgresql database locally
npx sequelize db:create
to create databasenpx sequelize db:migrate
to create tablesnpx sequelize db:seed:all
to create seed datanpm run watch
to run webpack- Go to
localhost:3004/
to start using the app
- Front end is done using React
- Back end is done using Node and Express
- Routing is done using React Router
- Chart is done using Recharts
- UI is done using Material-UI
- Database is using PostgreSQL
- Sequelize is used for ORM
- Module bundler done using Webpack
- Wireframe is done using Figma
- Task management is done using Trello
- Entity Relationship Diagram
More documentation about the development of the app in Wiki.