Skip to content

horboliao/db-project-zlagoda

 
 

Repository files navigation

db-project-zlagoda

project for university

Website for supermarket Zlagoda. Developed for managers and cashiers.

Technologies:

  • Gin, go
  • React, js

You can:

  • add/delete/create employees/customers/products/categories/products in store
  • see statistics about employees/customers/products/categories/products in store
  • print reports of current tables
  • sort tables using filters

To run:

  • you need to instal go and docker
  • docker compose up
  • go mod tidy
  • go get -u github.com/swaggo/files
  • go get -u github.com/swaggo/gin-swagger
  • cd api | swag init -g cmd/main.go
  • go run ./... cmd
  • cd web | npm start

About

project for university

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.2%
  • Go 47.4%
  • CSS 3.3%
  • Other 0.1%