Welcome to Nuxt Nitro Chat! 🚀 This Nuxt app uses experimental web sockets for real-time group chat in Nuxt.js. 💬✨
Welcome to Nuxt Nitro Chat! 💬✨
This Nuxt app uses experimental web sockets for real-time group chat in Nuxt.js. Dive into the world of real-time communication with this innovative project.
Clone the repository:
git clone https://github.com/DevHumbleChris/nuxt-nitro-chat.git
cd nuxt-nitro-chat
Update the .env using the example.env:
DATABASE_URL=******
NUXT_SESSION_PASSWORD=******
NUXT_OAUTH_GITHUB_CLIENT_ID=******
NUXT_OAUTH_GITHUB_CLIENT_SECRET=******
NUXT_OAUTH_GOOGLE_CLIENT_ID =******
NUXT_OAUTH_GOOGLE_CLIENT_SECRET =******
AUTH_SECRET = ******
AUTH_ORIGIN = "http://localhost:3000"
CLOUDINARY_CLOUD_NAME = ******
CLOUDINARY_CLOUD_API_KEY = ******
CLOUDINARY_CLOUD_API_SECRET = ******
Install dependencies:
npm install
Start the development server:
npm run dev
Open your browser:
Navigate to http://localhost:3000
to see the app in action.
We welcome contributions! Please follow these steps to contribute:
git checkout -b feature-branch
).git commit -m 'Add some feature'
).git push origin feature-branch
).Happy chatting! If you encounter any issues, feel free to open an issue or submit a pull request.