Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kseen715/yaterochka-web
https://github.com/kseen715/yaterochka-web
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kseen715/yaterochka-web
- Owner: Kseen715
- License: mit
- Created: 2023-12-08T18:05:05.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-01-04T15:28:29.000Z (10 months ago)
- Last Synced: 2024-01-04T16:36:45.950Z (10 months ago)
- Language: JavaScript
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YaTёrochka-web
## Description
This is frontend 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.
The application is written using the React library.
## Usage
Docker-compose:
```
version: '3'
services:
yaterochka-web:
image: kseen/yaterochka-web:latest
container_name: yaterochka-web
ports:
- '3000:3000'
restart: unless-stopped
```