Fullmetal Chat Example
Last updated
Last updated
Try Fullmetal Chat—a cool chat demo on the web! It uses FullMetal for instant, smart conversations. Easy and fun—experience it now! Dive into the demo—unleash the power of Fullmetal Chat now Github🌐✨
Clone the following repository
Clone the repository to your local machine, then create the .env
file in the root directory of the project
Install NPM Packages
Enter your API key (How to obtain it)
Create the FULLMETAL_API_KEY
variable in it, and pass your private FULLMETAL key
How to run the project Start frontend server with vite.
Start backend server with nodemon.
To use the app with https server, you need to configure the key in vite.config.js file and use following command
For this chat app, we have used socket.io in backend and socket.io-client on frontend. You need to configure the /socket.io/ proxy in vite.config.js file.
Enjoy using the app! If everything goes as planned, the app should be running at http://localhost:5173 and the following page should load.