Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 608 Bytes

File metadata and controls

43 lines (27 loc) · 608 Bytes

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