/stackoverflow-clone-mern

Stack Overflow Clone with AI Chatbot integration using Open AI API. Check README for update.

Primary LanguageJavaScript

Stackoverflow-Clone-MERN

Updates:

  • Integrated AI chatbot using OpenAI
  • Chatbot won't give response as the free trial got expired on 1 June 2023

How to run the application locally:

  1. Clone the project.

  2. Install dependencies in both client and server folder by using
    command npm install or npm i

  3. Complete the .env file in server folder.

    • Connect to MongoDB.
    • Enter remaining fields.
  4. To run the application,

    • move to server folder using command cd server
      Then use command npm start to start the server.
    • move to client folder using command cd client
      Then use command npm start to start the application.

Give it a star if helpful!