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.
Try it out now at https://front-my-wallet-ten.vercel.app/
Front-end repository at https://github.com/Notye1K/MyWallet_Front
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
- Edit events
- Delete events
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:
cors; express; uuid; mongodb; joi; bcrypt; dayjs; string-strip-html
- Clone this repository
- Install dependencies
npm i
- Set your environment variables:
- PORT in index.js
- MONGO_URI in db.js
- Open it
node src/index.js