Text-Search is a project developed under the DictateMD organization. It allows users to search for specific text within a dataset.
-
Clone the project repository to your local machine.
-
Navigate to the project directory in the terminal.
-
-
Go to the client directory:
cd client
-
Install the dependencies:
npm install
-
Run the client:
npm start
-
-
-
Go to the server directory:
cd server
-
Install the dependencies:
npm install
-
Before running the server, make sure you have created a
.env.local
file in the server directory and add the following variables in it:DATABASE_URL=<YOUR_MONGODB_URL>
-
Run the server:
node index.js
Note: Replace
<YOUR_MONGODB_URL>
with your actual MongoDB connection URL. -
-
Open a web browser and visit
http://localhost:3000
to access the Text-Search application.
Feel free to explore and search for specific text within the dataset!