This is a personal balance web aplication. One need to create an acount to acces to the main funtionality. The aplication is a CRUD of incomes and expenses in a personal account. Is posible to register new money movements in adition to delete or update old movements.
Download XAMPP as a SQL local server from https://www.apachefriends.org/fr/index.html. With any database client its necesary to create the database from the SQL script provided.
Run npm start
from a terminal in the folder "api" as working directory.
Run npm start
from a terminal in the folder "frontend.react" as working directory.