Skip to content
/ call Public

The call project is a full stack scheduling application, integrated with Google Calendar that allows you to schedule appointments with other users, just create an account in the app and send your calendar link, then the person will be able to schedule an appointment with you.

Notifications You must be signed in to change notification settings

manoguii/call

Repository files navigation

Simplified Scheduling | Call

Imagem do projeto

About

The "call" project is a full-stack scheduling application integrated with Google Calendar. It allows you to schedule appointments with other users. Simply create an account on the app and share the link to your calendar. Then, people can schedule a time with you, and the appointment will appear on your Google Calendar.

Installation

git clone https://github.com/manoguii/call.git
  • To run the project locally:
    1. First, you need to create an account on the platforms with which the project integrates. The project uses Google for user authentication. If you have any doubts, consult the documentation of the tools.
    2. Create a .env.local file in the project's root directory and fill in the environment variables as shown in .env.example.
    3. Install dependencies: pnpm install
    4. Create the local database: docker run --name mysql -e MYSQL_ROOT_PASSWORD=docker -p 3306:3306 mysql:latest
    5. Run the migrations: pnpm exec prisma migrate dev
    6. Execute the application: pnpm dev
    7. Access http://localhost:3000

Technologies

Some technologies used in the construction of the application.

About

The call project is a full stack scheduling application, integrated with Google Calendar that allows you to schedule appointments with other users, just create an account in the app and send your calendar link, then the person will be able to schedule an appointment with you.

Topics

Resources

Stars

Watchers

Forks