sce conducts a cutting-edge industry pipeline through its summer internship program. this program draws upwards of one hundred applicants each year, requiring a hefty amount of interviews. goderpad simplifies the interview process by centralization, allowing our hardworking internship mentors to focus on evaluation.
- copy
/frontend/.env.exampleand create a.env.developmentfile and enter your API and websocket URLs - copy
/backend/config/config.example.ymland create aconfig.ymlfile and enter the port that you want your backend to run at
with docker: docker-compose -f docker-compose.dev.yml up --build
without docker:
cd frontend && npm run dev- in a separate terminal:
cd backend && go run main.go
the frontend runs at http://localhost:7777 and the backend runs at http://localhost:7778.