Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 29 days 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-03T21:50:21.000Z (over 1 year ago)
- Last Synced: 2024-12-03T22:32:00.004Z (about 1 month 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
![Backend diagram](https://expenses-github-assets.s3.amazonaws.com/expense-manager-backend-diagram.png)
### Diagram of database
- [Diagram in dbdiagram](https://dbdiagram.io/d/63c448db296d97641d79c610)
- [Dbdoc](https://dbdocs.io/ignacio.perez2123/Expenses-Manager)![Diagram of database](https://expenses-github-assets.s3.amazonaws.com/expenses-managar-database-diagram.png)