how to self host my own money-tracker
Opened this issue · 1 comments
MeenachiSundaram commented
is it possible to setup money-tracker on my own server, if so can you please guide me ?
carbogninalberto commented
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/