Expense manager prototype using nodejs and angular2 NOTE: packages are severely outdated
Verified to work with nodejs
and npm
versions:
$ node -v
v14.17.4
$ npm -v
6.14.14
Needs a running mongodb instance. Verifed with version 3.2
cd server
npm install
cd ../public
npm install
npm run tsc
# copy sample start script
cp local.sh.sample local.sh
chmod 755 local.sh
# edit local.sh and fill in the proper values
# run the server
local.sh