- ⚙️ Tech Stack
- 🔋 Features
- 🤸 Quick Start
- 🚀 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