Skip to content

Attempt to build a personal Finance manager, that can handle assect account, saving accounts, stocks / ETF ...

Notifications You must be signed in to change notification settings

AlanJumeaucourt/WEB-Project-Bank-Synthesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WEB Projet TCArgent

How to run this project ?

Demo

Insert gif or link to demo

Run Locally with docker

Clone the project

  git clone git@github.com: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 <YOUR_IP>: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

About

Attempt to build a personal Finance manager, that can handle assect account, saving accounts, stocks / ETF ...

Resources

Stars

Watchers

Forks