This is a single-page web application designed to create and manage to-do lists. The app uses a MERN stack (MongoDB, Express.js, React.js, and Node.js). The application does not require any login or authentication, and all data is stored on the server-side.
-
Clone the server-side repository to your local machine using the following command:
git clone https://github.com/uparkalau/mern-todo-server.git
-
Navigate to the server directory: Open a terminal and navigate to the server directory of the cloned repository:
cd mern-todo-server
-
Install dependencies: Run the following command to install the required dependencies:
npm install
-
Start the server: Run the following command to start the server:
npm start
The server should now be running on
http://localhost:8000
.
For any further details or issues, please refer to the respective server-side and client-side repositories:
- Server Side Repository: https://github.com/uparkalau/mern-todo-server
- Client Side Repository: https://github.com/uparkalau/mern-todo-client
- Live
- client netlify.com https://master--singular-nougat-74e7f3.netlify.app/
- server render.com https://mern-todolist-server-ztbo.onrender.com