money-tracker icon indicating copy to clipboard operation
money-tracker copied to clipboard

how to self host my own money-tracker

Open MeenachiSundaram opened this issue 5 years ago • 1 comments

is it possible to setup money-tracker on my own server, if so can you please guide me ?

MeenachiSundaram avatar Apr 17 '19 20:04 MeenachiSundaram

Hi, yes i can help you. Maybe can be useful have an ubuntu instance where you install nodejs: https://nodejs.org/en/download/package-manager/

assuming that git is installed: git clone <repo url>

then you enter inside the folder cd money-tracker sudo npm install

now you should build and run the server: npm run build npm run start

Checking if firewall port 3000 is open and go to:

yourserver:3000/

carbogninalberto avatar Jul 17 '19 08:07 carbogninalberto