Prior to installing the project user needs to have Node.js, npm, and git installed on their PC.
git clone to clone the app and go to the folder with the clonned appnpm i in the frontend and backend folders to install dependenciesnpm run build to build the appnpm run start to start the app. The frontend server will work on the 3001 portPORT=3000
DATE_NAGER_BASE_URL="https://date.nager.at/api"
COUNTRIES_NOW_BASE_URL="https://countriesnow.space/api/v0.1/countries"
NEXT_PUBLIC_BASE_URL="http://localhost:3000"