Skip to content

ertush/fullstack-take-home-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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