Skip to content

miloszwierucki/evento

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Evento ( Google Calendar API )

Application for arranging meetings via the Google Calendar (e.g. for personal trainers). It has an interface for displaying created events and an admin panel.

Setup

  1. Run npm install to install all the node dependencies
  2. Create .env in backend directory, add "CLIENT_ID" and "SECRET_KEY" of created google app, you can optionally add "PORT" (default 3000), "STATIC_FOLDER" (default dist)
  3. Create .env in frontend directory, add "VITE_SUPABASE_URL" and "VITE_SUPABASE_KEY" of created supabase

Running Tests

To run tests, run the following command

Backend: (ts-node)

  npm start-ts

Frontend:

  npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published