Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emigdio821/the-secret-chat

Just a simple chat app using Twilio API, Next,js and Tailwind
https://github.com/emigdio821/the-secret-chat

chat chat-application nextjs shadcn-ui tailwind twilio

Last synced: about 1 month ago
JSON representation

Just a simple chat app using Twilio API, Next,js and Tailwind

Awesome Lists containing this project

README

        

## The Secret Chat

The Secret Chat is just a simple chat app using Next.js, Tailwind with shadcn/ui, Twilio API and GIPHY API.

Follow below instructions if you want to run the project locally 🐒.

#### Create a .env file

```
GITHUB_ID=
JWT_SECRET=
NEXTAUTH_URL=
GITHUB_SECRET=
TWILIO_API_KEY=
TWILIO_API_SECRET=
TWILIO_ACCOUNT_SID=
TWILIO_SERVICE_SID=
NEXT_PUBLIC_GIPHY_API_KEY=
NEXT_PUBLIC_TWILIO_CHANNEL_ADMIN=
```

#### Install the dependencies
```bash
pnpm install
```

#### Run the dev server
```bash
pnpm dev
```

The project runs on **localhost:3000** by default

This project is a challenge from **[#miduConf](https://miduconf.com/)**