Skip to content

Swapanth/TodoList-MERN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

TodoList-MERN-

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.

We need to run Client and Server simultaneously.

Follow Below Steps.

Running the Client

1.Clone the fin-desktop-app repository.

git clone https://github.com/Swapanth/TodoList-MERN
  1. Navigate to the project's client directory.

  2. Install the dependencies:

npm install
  1. Start the backend server:
npm start

The client server will be accessible at http://localhost:7001.

Running the Backend Server

  1. In a separate terminal window or tab,
  2. Navigate to the project's server directory.
  3. Install the dependencies:
npm install
  1. Start the server
npm start

The frontend will be accessible for tally at http://localhost:7002.

Mongodb atlas Configuration

To ensure proper communication with the backend, you need to configure Mongodb uri with the following settings:

  1. Go to server > .env .
  2. Set MONGODB_URI.

With these settings configured, the frontend and backend should communicate seamlessly with Ur DB.

TODO

Leave a ⭐️ Star if This Project Helps You! 😍

Your support means a lot!

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors