- Click the green Code button, select the Codespaces tab, and create a codespace on main. steps
- Run
node import.js && npm run dev
in the terminal once the container is built. This will take a couple minutes as the CSV is imported. The server is ready when you seeExample app listening on port 3000
- Issue API requests using Thunder Client at
localhost:3000
(available in the far left panel in the codespace)