Installation Backend go app: cd backend go get go run . Frontend react app: cd frontend npm install npm start Build and run backend go app: cd backend go build ./backend