Replace the database name, username and password with your own credentials in the database connection string in the database.js
npm install
to install dependencies
npm start
to start the application in dev server
- Access the '/' page or '/crawl' page to render the crawl page
- Input the URL to crawl
- Click on the crawl button
- The crawl will start and the crawl status will be displayed
- The 'Crawl Success' box will appear if the crawl is successful.