Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alanjumeaucourt/web-project-bank-synthesis
Attempt to build a personal Finance manager, that can handle assect account, saving accounts, stocks / ETF ...
https://github.com/alanjumeaucourt/web-project-bank-synthesis
Last synced: 10 days ago
JSON representation
Attempt to build a personal Finance manager, that can handle assect account, saving accounts, stocks / ETF ...
- Host: GitHub
- URL: https://github.com/alanjumeaucourt/web-project-bank-synthesis
- Owner: AlanJumeaucourt
- Created: 2023-05-24T14:08:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-07T13:25:49.000Z (2 months ago)
- Last Synced: 2024-09-07T14:55:30.694Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 42.6 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## WEB Projet TCArgent
How to run this project ?
## DemoInsert gif or link to demo
## Run Locally with docker
Clone the project
```
git clone [email protected]:Zouzzou21/WEB-Project-Bank-Synthesis.git
```Go to the project directory
```
cd WEB-Project-Bank-Synthesis
```Change the HOST_URL to your IP address
```
HOST_URL=http://192.168.32.1```
Build the containers
```
./dcomp build
```Run the project when it's finish to build
```
./dcomp up -d
```When it's finish
The application is avaible at :3000## Known issue
After adding new module on your node app, you need to rebuild the container :
```
docker-compose stop
docker image rm web-project-bank-synthesis-reactjs
./dcomp up -d
```## Authors
- [@Zouzzou21](https://github.com/Zouzzou21)
- [@AlanJumeaucourt](https://github.com/AlanJumeaucourt)
- [@Ryad3](https://github.com/Ryad3)
- [@Moovaa2 ](https://github.com/Moovaa2 )
- [@CABANENT](https://github.com/CABANENT)
- [@dkgmgo](https://github.com/dkgmgo)