You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a Node.js app using Express to manage a JSON database. It handles GET /api/records to fetch all records, POST /api/records to add a record, and GET /api/records/:id to fetch by ID. Routes in recordRoutes.js call functions in recordController.js, which interact with database.json for reading and writing data.