Note Taker is an App that can be used to write and save notes. This application uses an Express.js back end and saves and retrieves note data from a JSON file.
create a routes folder for '/api', so send all 'localhost:3001/api' routes to the routes folder to use the index.js for routes.
index.js for routes should redirect specific routes to use specific routes.js.
create a routes folder for '/api', so send all 'localhost:3001/api' routes to the routes folder to use the index.js for routes. index.js for routes should redirect specific routes to use specific routes.js.