https://github.com/mathieubesson/tricount-rat-front
Application based on the simplified functionalities of Tricount. (API)
https://github.com/mathieubesson/tricount-rat-front
docker nestjs nodejs npm postgresql prisma
Last synced: 2 months ago
JSON representation
Application based on the simplified functionalities of Tricount. (API)
- Host: GitHub
- URL: https://github.com/mathieubesson/tricount-rat-front
- Owner: MathieuBesson
- License: gpl-3.0
- Created: 2023-05-31T08:04:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-31T16:25:28.000Z (almost 2 years ago)
- Last Synced: 2025-02-23T01:44:13.507Z (over 1 year ago)
- Topics: docker, nestjs, nodejs, npm, postgresql, prisma
- Language: TypeScript
- Homepage:
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TricountRat Front
This application is based on the simplified features of [Tricount](https://www.tricount.com/fr/faire-les-comptes-entre-amis).
## Prerequisites


## Installation
The following command will start the `node` container required for the project using the images referenced in the `docker-compose.yml` file.
```bash
docker-compose up --build -d
```
You can now access the frontend at the following port:
- `frontend`: [http://localhost:4000](http://localhost:4000)
## Useful Information
- Install dependencies directly from the container:
```bash
docker exec tricount-rat-front npm install {package-name}
```
## Back-end
The back-end of **TricountRat** is a web application built with **Nest.js**. You can find it here: [tricount-rat-api](https://github.com/MathieuBesson/tricount-rat-api).
## TODO
- Fix the many typing issues or lack of typing
## License
This project is licensed under the GPL License. See the [LICENSE](./LICENSE) file for more details.