Set Up Server and API Routes
- Create the server.js file and define the basic API routes for TODOs and users (GET, POST, PUT, DELETE).
- Create the todos.js file and implement CRUD operations for TODOs, including database interactions.
Edited by Jesus Galaz Reyes