The MERN TodoList project is a full-stack web application designed to help users organize their tasks and manage their daily activities effectively. Built using MongoDB, Express.js, React.js, and Node.js, this project offers a seamless user experience with its intuitive interface and robust functionality.
Follow Below Steps.
1.Clone the fin-desktop-app repository.
git clone https://github.com/Swapanth/TodoList-MERN-
Navigate to the project's client directory.
-
Install the dependencies:
npm install- Start the backend server:
npm startThe client server will be accessible at http://localhost:7001.
- In a separate terminal window or tab,
- Navigate to the project's server directory.
- Install the dependencies:
npm install- Start the server
npm startThe frontend will be accessible for tally at http://localhost:7002.
To ensure proper communication with the backend, you need to configure Mongodb uri with the following settings:
- Go to
server>.env. - Set
MONGODB_URI.
With these settings configured, the frontend and backend should communicate seamlessly with Ur DB.
Your support means a lot!
