Query any docment or url with ease with QDoc app
- Node.js
- MongoDB
-
Clone the repository:
git clone https://github.com/carnotresearch/qdoc-app.git
-
Install dependencies:
npm install
-
Create a .env file in the backend directory with the following content:
REACT_APP_BACKEND_URL=your_backend_url REACT_APP_RECAPTCHA_SITE_KEY=your_key
-
Create a .env file in the backend directory with the following content:
REACT_APP_BACKEND_URL=http://localhost:5000 REACT_APP_RECAPTCHA_SITE_KEY=your_recaptcha_site_key_here
Start the frontend server:
```bash
npm start
```
Open your browser and navigate to http://localhost:3000.