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.
added Required label
assigned to @gajesh24
3-set-up-server-and-api-routes
to address this issue created branch 3-set-up-server-and-api-routes
to address this issue
changed health status to on track
marked this issue as related to #6 (closed)
mentioned in merge request !4 (merged)
changed the description
mentioned in merge request !3 (merged)
mentioned in commit f6137306
closed with merge request !3 (merged)
changed milestone to %Task 1