10000 GitHub - Hnfgozel/chatbot-server
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Hnfgozel/chatbot-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chatbot-server

  1. ⚙️ Tech Stack
  2. 🔋 Features
  3. 🤸 Quick Start
  4. 🚀 Todo
  • NodeJS
  • Express

Aı Assistant with th integration of Chat GPT.

Follow these steps to set up the project locally on your machine.

Prerequisites

Make sure you have the following installed on your machine:

Cloning the Repository

git clone https://github.com/Hnfgozel/chatbot-server.git
cd chatbot-server

Installation

Install the project dependencies using npm:

npm install

Set Up Environment Variables

Create a new file named .env in the root of your project and add the following content:

OPENAI_API_KEY

Replace the placeholder values with your actual credentials. You can obtain these credentials by signing up on these corresponding websites from OpenAI

Running the Project

npm run server

if you request with get to the http://localhost:5000 address You will receive { "message": "Hello from Server!" }

Deploying to the Aws and manage the CI/CD process with the github Actions

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0