Clone kudo api server
To install all required dependencies you need to split terminal into 2 windows and work with both BackEnd(Server) and FrontEnd(ui) projects.
FrontEnd: Go to App folder and install dependencies
cd ./ui npm install
BackEnd: Go to App folder and install dependencies
cd ./server npm install
Run Locally
FrontEnd: Go to App folder and run project
cd ./ui npm run dev
After that you will find FrontEnd project launched on your local machine: http://127.0.0.1:5173/
BackEnd: Go to App folder and run project
cd ./server npm run dev
You will find BackEnd project launched on your local machine: http://127.0.0.1:3000/
to check that server was executed try to view documentation url in the end of this file
Please refer this video: