Abidsyed25 / ScrapQuest

ScrapQuest is your go-to solution for effortlessly extracting data from websites. It's a powerful web scraper built with Next.js, TypeScript, and Puppeteer with Browserless. With ScrapQuest, you can quickly gather valuable information from any website without hassle.
https://scrap-quest.vercel.app/
MIT License
17 stars 32 forks source link

💡[FEATURE]: Integrating backend and frontend for login #122

Open kashnx opened 1 week ago

kashnx commented 1 week ago

Backend api for login and signup are working fine. There is a need of adding middleware to redirect user to the unprotected routes if not logged in and protected route if logged in.