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
It is a web developed, with the MERN Stack, Mongo, Express, React, Node. It's a CRUD with this Stack where you can add, edit, update and delete tasks. Each task has its Title and its description.
In database you have to put the ip instead localhost in mongodb
const URI = 'mongodb://127.0.0.1:27017/mern-task';
This project has been created using webpack-cli, you can now run
npm run build
or
yarn build
to bundle your application
About
It is a web developed, with the MERN Stack, Mongo, Express, React, Node. It's a CRUD with this Stack where you can add, edit, update and delete tasks. Each task has its Title and its description.