Skip to content

Helps you track your expenses by keeping a list of all your expenses. You can view expenses by category, and by time range.

Notifications You must be signed in to change notification settings

Priyanshu-001/expense_manager

Repository files navigation

expense_manager

Stack

  • Vue.js
  • Express
  • MongoDB

Deployment

https://expense-manager-vue-1782.azurewebsites.net -Github actions are used to build & deploy this app.

  • The Vue frontend is build and the ./dist/ is copied to ./backend
  • The ./backend is the only folder deployed.

Local Deployment

Backend requires 3 env variables

  • PORT
  • MONGO_URL
  • JWT_SECRET

The variables must be stored in .env at backend

for deployment in linux based OS

cd frontend
npm install && npm build
mv dist/ ../backend/
cd ..
npm install && node . 

Example Screenshot

image image

About

Helps you track your expenses by keeping a list of all your expenses. You can view expenses by category, and by time range.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published