flinden68 / my-events-demo-application

This is a repository with demo's of several front end frameworks, like React, Angular and VueJS And also REST API's, like Spring Boot, NodeJS and Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Events Demo repository

This repository shows the use of several front end frameworks and micro services which connect with a MongoDb datastore.

Datastore

I have used MongoDb as Datastore. It can be installed locally. For more infomation, see

Microservices

Spring Boot

In the directory springboot you can find a full functional REST API which perfoms the CRUD operations with the Datastore.

More details

Python

In the directory python-api you can find a basic example of a REST API. Only the event CRUD operations are included.

More details

NodeJs API

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.

More details

NodeJs ICal API

In the directory nodejs-ical-api you can find a full functional REST API which generates a iCal JSON.

More details

Frontend

VueJS frontend

In the directory vue-app you can find the VueJS version of the webapplication

More details

React frontend

In the directory react-app you can find the React version of the webapplication

More details

Angular frontend

In the directory angular-app you can find the Angular (7) version of the webapplication

More details

About

This is a repository with demo's of several front end frameworks, like React, Angular and VueJS And also REST API's, like Spring Boot, NodeJS and Python

License:Apache License 2.0


Languages

Language:TypeScript 35.4%Language:Vue 22.0%Language:HTML 14.5%Language:Java 12.8%Language:JavaScript 12.6%Language:Python 1.6%Language:CSS 1.2%