waLit is a personal budget manager which lets you track your spending and income as well as helps you organize your budget.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Make sure you have Node.js installed.
- Clone the repository:
git clone https://github.com/mDemianchuk/walit.git
npm install
npm run build
Optional: You can choose a port to host the server on. Default port number is 3000.
export PORT=[port number]
node app
or
nodemon app
Mykola Demianchuk and Shend Vishi