Expensave
Expensave is a MEVN + GraphQL web application created to track expenses over time. These expenses need to be added in form of items and are accessible via thier date.
Project Structure
|-- be_expensave <- Backend Express + GraphQL Server
|-- app.js
|-- package.json
|-- fe_expensave <- Front End Vue App
|-- babel.config.js
|-- package.json
|-- README.md
|-- src
Future Agendas
- Renovate UI
- Implement monthly and weekly summaries
- Implement Chart UI Dashboard
- Implement Login and Authentication functionalities (TBD)