Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kseen715/yaterochka-backup


https://github.com/kseen715/yaterochka-backup

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# YaTёrochka-backup



## Description
This is backup part of [YaTёrochka project](https://github.com/Kseen715/yaterochka). It's a web application written as a course work for the 3rd year of study at the university.

The project is a web application for a fictional company that sells random goods. The application allows you to view the catalog of goods, view the history of orders, and also allows you to log in to your Admin account.

## Usage
Docker-compose:
```
version: '3'
services:
yaterochka-backup:
image: kseen/yaterochka-backup:latest
container_name: yaterochka-backup
environment:
- TOKEN=
volumes:
- /mnt/d/ydb/yat-db-init:/var/opt/backup_ep # PostgreSQL entrypoint path
- /mnt/d/ydb/yat-db:/var/opt/backup_data # PostgreSQL data path
```