https://github.com/0xerwin1/expenses-manager-backend
This was a simple project for managing my expenses. The goal is to have a project in my portfolio and use it for my personal expenses.
https://github.com/0xerwin1/expenses-manager-backend
database expenses-manager expressjs nodejs postgresql redis typescript
Last synced: 3 months ago
JSON representation
This was a simple project for managing my expenses. The goal is to have a project in my portfolio and use it for my personal expenses.
- Host: GitHub
- URL: https://github.com/0xerwin1/expenses-manager-backend
- Owner: 0xErwin1
- Created: 2023-02-24T23:38:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-03T21:50:21.000Z (about 3 years ago)
- Last Synced: 2025-03-31T22:47:26.762Z (over 1 year ago)
- Topics: database, expenses-manager, expressjs, nodejs, postgresql, redis, typescript
- Language: TypeScript
- Homepage:
- Size: 604 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expenses Project
This was a simple project for managing my expenses.
The goal is to have a project in my portfolio and use it for my personal expenses.
## Technologies
It is made with Node.js and TypeScript with Express.js framework, sequelize as ORM,
and [Rome](https://rome.tools) as linter and formatter. And as database PostgreSQL and Redis for the sessions.
It is deployed in [Railway](https://railway.app) and is running on Docker.
In development we used docker-compose to build the whole project. And to run the tests in Github Actions.
## Diagrams

### Diagram of database
- [Diagram in dbdiagram](https://dbdiagram.io/d/63c448db296d97641d79c610)
- [Dbdoc](https://dbdocs.io/ignacio.perez2123/Expenses-Manager)
