Create an Express API: server.js, routes/todos.js, and a db.js mock store. Wire up GET/POST endpoints.
export default function App(): JSX.Element { return <h1>Hello world</h1> }