https://personal-budget-alkemy.netlify.app/
Installing dependencies, into client and server folder, run this script:
For this, into server u need create a file .env with your config to connections of mysql, like:
DB_USER: your_user, DB_HOST: your_host, DB_PASS: your_pass, DB_DATABASE: your_db
After this, u can run:
Runs the server in the development mode.
Open http://localhost:4000 to view it in the browser.
Into client folder change the link https://budget-server-alkemy.herokuapp.com/ for the localhost http://localhost:4000.
Now, u can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.