Project Name - Cdazz-Assessment

Description

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.

Prerequisites

Before you begin, ensure you have the following installed:

Installation and Setup

Cloning the Repository

Clone the repository to your local machine: git clone <repository URL>

Setting up the Server

Navigate to the server folder and install dependencies: cd server / npm install

Start the Server

Start the server: npm start

Setting up the Frontend

In a new terminal window, navigate to the 'todolist' directory and install dependencies: cd todolist / npm install

Run the Project

Run the project: npm run dev