Ignite Call is an application with integration to Google Calendar that allows the user to provide schedules for meetings.
👉 Access the project: Ignite Call
- The user can authenticate with Google.
- The user can connect with Google Calendar
- The user can add available times.
- The user can select a scheduling date.
- The appointment is integrated with Google Calendar.
This project was developed with the following technologies:
# Clone the repository
git clone https://github.com/Gabriek0/ignite-call.git
# Install the dependencies
npm i
# Run the project
npm run dev
# Run prisma migrate
npx prisma migrate dev
# Run Docker
docker run --name mysql -e MYSQL_ROOT_PASSWORD=docker -p 3306:3306 mysql:latest
# Run container
docker start mysql
|
Gabriel Henrique |
