Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/semyon-dev/opportunity-cup-2021

Кейс чемпионат opportunity-cup-2021
https://github.com/semyon-dev/opportunity-cup-2021

Last synced: about 16 hours ago
JSON representation

Кейс чемпионат opportunity-cup-2021

Awesome Lists containing this project

README

        

# Решение для opportunity-cup-2021

# Backend

Решение для IT кейса

## запросы

* Посчитать потери переноса: `GET /offset` (пример: /offset?id=4&offset=4)
* Получить все задачи: `GET /data`

drawing
drawing

## Стэк

* Python 3.10
* MongoDB
* Flask

## Run

`python main.py`

## .env example

```dotenv
# mongodb url
CONNECTION_STRING="mongodb+srv://username:[email protected]/Cluster0?retryWrites=true&w=majority&tls=true"
PORT=8080
```

# Frontend

https://github.com/kniazevgeny/opportunity-cup-2021