暫無描述

zyv42 439305be8d elaborate README.md 4 年之前
wizardpowers-backend f6c9874f30 added full crud functionality with graphql 4 年之前
wizardpowers-db f6c9874f30 added full crud functionality with graphql 4 年之前
wizardpowers-frontend 439305be8d elaborate README.md 4 年之前
.gitignore 40820dff50 added first graphql functionality 4 年之前
README.md 439305be8d elaborate README.md 4 年之前
docker-compose.yml 40820dff50 added first graphql functionality 4 年之前
package-lock.json 40820dff50 added first graphql functionality 4 年之前

README.md

Wizards Powers

An application designed to keep tabs on those who wield the most fearsome powers within the existing universe. In it's core it's a simple SPA (Single-Page Application) which utilizes Vue.js and GraphQl to achieve its functionality.

Wizard powers was decomposed into three main modules:

Wizardpowers Backend

It's written with Spring Boot and Java implementation of GraphQl, thus it provides all necessary endpoints for CRUD operations with wizards.

Wizardpowers Frontend

Written with Vue.js, it uses vue router to achieve functionality of a Single-Page Application and apollo server to send GraphQl calls to manipulate data.

Wizardpowers Database

Separately running PostgreSQL database.