Skip to content

Latest commit

History

History
43 lines (19 loc) 路 775 Bytes

File metadata and controls

43 lines (19 loc) 路 775 Bytes

svgviewer-output

Setting up the Take away Assigment

馃敆 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 your frontend/.env