This repository shows the use of several front end frameworks and micro services which connect with a MongoDb datastore.
I have used MongoDb as Datastore. It can be installed locally. For more infomation, see
In the directory springboot you can find a full functional REST API which perfoms the CRUD operations with the Datastore.
In the directory python-api you can find a basic example of a REST API. Only the event CRUD operations are included.
In the directory nodejs-api you can find a full functional REST API which perfoms the CRUD operations with the Datastore. This NodeJS API is used as the default API in the front end projects.
In the directory nodejs-ical-api you can find a full functional REST API which generates a iCal JSON.
In the directory vue-app you can find the VueJS version of the webapplication
In the directory react-app you can find the React version of the webapplication
In the directory angular-app you can find the Angular (7) version of the webapplication