Relive the good ol' days of SO, with all the nostalgic sass.
This is the API used by the Stack Overflow Simulator client app
cp .env.example .env <-- add required env vars, such as OPENAI_API_KEY
npm install
npm run dev
This will run the API on port :3000 by default
If you'd like to use the API, either
- Import the Postman Collection in the project root
- Clone and launch the SOS client app
npm run build
Prod hosted on Render