This is an OpenAI powered webpage and blog Summarizer with it's url, which is build with MERN stack, authentication, openAI etc...
Open a terminal and navigate to folder where you want to test project then,
git clone https://github.com/sivasathyaseeelan/summarizerAI-MERN.git ./
cd server
npm install
Then create an .env file in server directory and set up PORT, OPENAI_API_KEY, MONGO_URL, JWT_SECRET in it. Then
npm run server
Open a new terminal to run Frontend
cd client
npm install
npm run dev