Skip to content

doulovera/chat-app

Repository files navigation

CHAT-APP 2022

Is a project for the hackathon of midudev of July 2022 using Twilio Conversations.

🚀 Deployment

The deploy was made in Vercel.

📦 Technologies

😸 Clone this project

  1. Clone the repository:
git clone git@github.com:doulovera/chat-app.git
  1. Fill this information in your .env file *
TWILIO_ACCOUNT_SID=
TWILIO_API_KEY=
TWILIO_API_SECRET=
TWILIO_SERVICE_SID=
NEXT_PUBLIC_GOOGLE_API_KEY=
NEXT_PUBLIC_GOOGLE_PROJECT_ID=
  1. Install dependencies
npm install

or

yarn
  1. Run the app
npm run dev

or

yarn dev
  1. Go to http://localhost:3000


*Environment Variables

  • For Twilio, you need to register on Twilio and get that information.
  • For Google, you have to create a project in firebase and get the authentication information.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published