Aucune description

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

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.