This repo contains the backend server implementing oAuth2 access to google calendar APIs, syncing the events to a Postgress DB and providing the events from a REST API.
- Fork or Download the repo
$npm install
- Create a
.env
file similar to the.env.example.env
or modify the current file - Include your PostgreSQL username, password, database and port.
$npm start
API local endpoint: http://localhost:8080/events