Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.24 KB

README.md

File metadata and controls

42 lines (33 loc) · 1.24 KB

sUmMarIzeR

This is an OpenAI powered webpage and blog Summarizer with it's url, which is build with MERN stack, authentication, openAI etc...

Landing Page

Landing Page

Signin Page

Signin Page

Signup Page

Signup Page

Summarizer Page

Summarizer Page

Initiating Project

Cloning repo

Open a terminal and navigate to folder where you want to test project then,

git clone https://github.com/sivasathyaseeelan/summarizerAI-MERN.git ./

Setting up Backend

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

Setting up Frontend

Open a new terminal to run Frontend

cd client
npm install
npm run dev

Now you are ready to use Summarizer-AI