Let's just say it's like the vegan leather that supports the My Wallet App ;)
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:
- First of all, have you already visited the front-end repository? If not, please, start there (https://github.com/gioniemeyer/my-wallet). I'll wait.
- Clone this repository
- Install dependencies
npm i
- Create an .env file based on env.example
- The files needed to create development and test database used by the application are in the folder "utils", you can use dump.sql
- Run the back-end with
npm run dev
- Now that your server is working, you may return to front-end instructions!
Bonus: If you wanna test it you can ! Run tests with
npm run test