Skip to content

sivadass/spendlogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpendLogs

Your Personal Expense Manager

https://spendlogs.ml

Preview

Dashboard

Expense List

Add Expense

Category List

Add Category

Tech Stack (MERN)

  • MongoDB
  • Express JS
  • React JS
  • Node jS

Frontend

cd frontend/
npm run dev
npm run build

The app will start at port 3000

Backend

cd backend/
npm run start

The app will start at port 5001