This 'todolist' project is a web-based application that combines a backend server using Express and MongoDB with a frontend React.js application. It's designed to showcase CRUD operations in a full-stack JavaScript environment.
Before you begin, ensure you have the following installed:
- Node.js and npm (Download Node.js)
- MongoDB (MongoDB Installation Guide)
Clone the repository to your local machine: git clone <repository URL>
Navigate to the server folder and install dependencies: cd server / npm install
Start the server: npm start
In a new terminal window, navigate to the 'todolist' directory and install dependencies: cd todolist / npm install
Run the project: npm run dev