Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/emigdio821/the-secret-chat
- Owner: emigdio821
- Created: 2022-07-04T22:28:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T16:53:14.000Z (about 1 year ago)
- Last Synced: 2023-12-15T17:46:33.385Z (about 1 year ago)
- Topics: chat, chat-application, nextjs, shadcn-ui, tailwind, twilio
- Language: TypeScript
- Homepage: https://thesecretchat.vercel.app/
- Size: 1.03 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)**