An easy to use financial manager. Track your revenues and expenses to learn how you spend your money and know all the time how much you have.
This is an web application with which lots of people can manage their own expenses and revenues. Below are the implemented features:
- Sign Up
- Login
- List all financial events for a user
- Add expense
- Add revenue
By using this app any user can learn how they've been using their money and always keep track of your balance.
The following tools and frameworks were used in the construction of the project:
- Clone this repository
- Clone the front-end repository at https://github.com/miguelmmattar/my-wallet-front.git
- Follow instructions to run front-end at https://github.com/miguelmmattar/my-wallet-front.git
- Create a Mongo database called 'my-wallet'
- Install dependencies
npm i
- Make sure you have Node installed on your computer
- Run the back-end with
node index.js