personal finance app made with React Native and Deno
# app
cp cuentas/.env.example cuentas/.env
# server
cp backend/.env.example backend/.env
# EXPO_PUBLIC_API_URL should be the local ip but it can't be localhost or 127.0.0.1
cd ./cuentas && npm install
cd ./cuentas && npm install
npx expo start
cd ./backend && deno task dev