App that allows you to have a balance of income and expenses. Build with React, Express and MySQL.
git clone https://github.com/ebereber/alkemy.git
HOST="localhost"
USER_DB=" " add your database user
PASSWORD=" " add your database password
DATABASE="alkemy"
JWT_SECRET="243623"
alkemy/server
npm install
npm run dev
alkemy/client
npm install
npm run dev