provide the todo list project API
First, in the project src directory edit app.js change the origin to you own frond-end project origin
const corsOptions = {
origin: 'http://192.168.1.104:3001',
credentials: true,
};
Then in the project root directory run command
npm install
npm run build
cd build
Builds the app for production to the build folder.
Then run command
node app.js
the api server will run on localhost:8880