Before anything else I would like to add that I know .env
files should not be pushed to git.
It's just a test project and I figured it's easier this way.
Visit (Bun)[https://bun.sh/] and install bun on your machine
To install dependencies:
Client
cd client/
bun install
Backend
cd backend/
bun install
Client
cd client/
bun run dev
Backend
cd backend/
bun run dev