This application was created as the frontend to a REST API service created in Go. The frontend interacts with the Go API via HTTP calls. Data is rendered dynamically when the user creates an event. The application is integrated with Keycloak identity access management software.
Clone the repository to your machine:
git clone https://github.com/hdip-comp-science/FiSES-Client-App.git
cd Your_Repo_Directory
In the project directory, you can run:
npm run dev
to run the application in development mode.
Open a new terminal and run:
npm run proxy
which provides a proxy to bypass CORS issues.
[1 ] Svelte Docs [2] Matěj Bucek - secure svelte with Keycloak [3] Abhishek koserwal [4] Calendar API YT Tutorial [5] File Upload YT Tutorial [6] Thomas Südbröcker YT Tutorial [7] Axios Tutorial