Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kseen715/yaterochka-nginx
https://github.com/kseen715/yaterochka-nginx
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kseen715/yaterochka-nginx
- Owner: Kseen715
- License: mit
- Created: 2023-12-24T15:25:30.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-04T15:27:25.000Z (about 1 year ago)
- Last Synced: 2024-10-31T04:42:48.682Z (2 months ago)
- Language: PowerShell
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YaTёrochka-nginx
## Description
This is nginx 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-nginx:
image: kseen/yaterochka-nginx:latest
container_name: yaterochka-nginx
ports:
- '80:80' # HTTP port
- '443:443' # HTTPS port
restart: unless-stopped
```