No description
  • Vue 44%
  • Go 36.1%
  • TypeScript 16.7%
  • HTML 2%
  • Dockerfile 0.8%
  • Other 0.4%
Find a file
2026-01-15 22:56:24 +03:00
backend Added pipeline and dockerfiles 2025-12-02 23:48:36 +03:00
frontend Added pipeline and dockerfiles 2025-12-02 23:48:36 +03:00
.gitignore Added pipeline and dockerfiles 2025-12-02 23:48:36 +03:00
.gitlab-ci.yml Added pipeline and dockerfiles 2025-12-02 23:48:36 +03:00
README.md Added link to Infra repo 2026-01-15 22:56:24 +03:00

Momo Store aka Пельменная №2

image

Frontend

Requires:

  • node.js v16
npm install
NODE_ENV=production VUE_APP_API_URL=http://localhost:8081 npm run serve

Backend

go run ./cmd/api
go test -v ./... 

Infrastructure

Infrastructure source code can be found here.