hard
+35 XP
PROJECTProject

REST API Starter

Create an Express API: server.js, routes/todos.js, and a db.js mock store. Wire up GET/POST endpoints.
You're exploring as a guest. Create a free account to save progress and submit solutions.
Project Sandbox
export default function App(): JSX.Element {
  return <h1>Hello world</h1>
}