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 providing a centralized interview platform, allowing our hardworking internship mentors to focus on evaluation.
- copy
/config/config.example.ymland create aconfig.ymlfile, then enter the config details for your setup - copy
.env.exampleand create a.envfile, then enter your environment variables for your setup
just use docker it'll be so much easier trust me:
- dev mode:
docker compose -f docker-compose.dev.yml up --build - prod mode:
docker compose up --build -d - note: to enable the code execution runner and redis, you'll have to manually enable code execution in
config/config.yml, and run the app with a profile:docker compose --profile code-execution up --build -d
the frontend runs at http://localhost:7777 and the backend runs at http://localhost:7778.
https://sce.sjsu.edu/interview
currently supports react (frontend), python, javascript, java, c++