ViaxCo / expense-tracker

Keep track of your money by putting in your income and expenses

Home Page:https://viaxco-expense-tracker.onrender.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

expense-tracker

This app lets you keep track of your money by putting in your income and expenses.

How to use

Clone the project:

git clone https://github.com/ViaxCo/expense-tracker.git

Install dependencies:

npm install && cd client && npm install

Create a .env file for these environment variables:

NODE_ENV=development
DB_USERNAME=
DB_PASSWORD=
DB_HOST=
SECRET=

Run the dev server and client concurrently:

npm i -D concurrently
npm run dev

Build out the project for production:

npm run build && cd client && npm run build

The frontend production files would be contained in: "client/build", while the backend files would be in "dist"

Demo

A live demo of the code can be found here: Expense Tracker

About

Keep track of your money by putting in your income and expenses

https://viaxco-expense-tracker.onrender.com

License:MIT License


Languages

Language:TypeScript 97.2%Language:HTML 2.8%