🔗 https://fullstack-take-home-test.vercel.app/
👋 Hello,
To setup the app in you local machine, do as follows:
clone the repo
git clone https://github.com/ertush/fullstack-take-home-test.git
then
cd fullstack-take-home-test/backend
then
pnpm run start
to start backend
and
cd fullstack-take-home-test/frontend
then
pnpm run dev
to start frontend.
Open http://localhost:5173
on your browser
Ensure VITE_APPLO_SERVER_URI is set to
http://localhost:4000
in yourfrontend/.env