No Description

zyv42 794646f6d9 rename project from org.eugenarium.turtech to xyz.zyv42.turtech-legacy 4 years ago
db 6b80f325ed minor fixes to docker compose 4 years ago
turtech-admin 794646f6d9 rename project from org.eugenarium.turtech to xyz.zyv42.turtech-legacy 4 years ago
turtech-store 794646f6d9 rename project from org.eugenarium.turtech to xyz.zyv42.turtech-legacy 4 years ago
.gitignore 6e245b5b4e fixed login control on store side 4 years ago
README.md 8b59902af1 Update README.md 4 years ago
docker-compose.yml 6b80f325ed minor fixes to docker compose 4 years ago
pom.xml 794646f6d9 rename project from org.eugenarium.turtech to xyz.zyv42.turtech-legacy 4 years ago

README.md

TurTech(legacy)

An online store of electronics which can easily be tailored to work with any kinds of products.

It consists of three modules:

TurTech Store

A part of the application which serves a center for user activities, starting with user registration and cabinet, overview of available products and details of any particular product, shopping cart, checkout and user reviews.

It's made with Spring (Boot, Security, Data) and Bootstrap + Javascript for visuals.

TurTech Admin

An administrative portal which serves to overview users and products for the application and manipulating data concerning them.

It also utilizes Spring (Boot, Security, Data) and Bootstrap + Javascript + datatables plugin.

TurTech Database

A PostgreSQL database to back up the whole application.