Реализация личного кабинета 1С на React

Сделал очень очень простой прототип формы на языке Java и фрейморке React. За основу взял React-Admin.
Разработал свой REST API в информационный базе 1С, чтобы отдавать данные в прототип личного кабинета в виде json.

Настроил маршрутизацию, балансировку, домен и SSL.
В нем вывел данные о структуре выручки за текущий месяц в виде компактной таблицы.
Пока на английском и коряво, так как с русским языком есть проблемы с выводом.

Implementation of a 1C personal account in React

I made a very simple form prototype in Java and the React framework. I used React-Admin as a basis.

I developed my own REST API in the 1C information base to send data to the prototype of my personal account in the form of json.

Configured routing, balancing, domain and SSL.

It displayed data on the revenue structure for the current month in the form of a compact table.

For now it’s in English and clumsy, since there are problems with the output with the Russian language.

#java

#react

#react_admin

#1C

#REST_API

#json

Добавить комментарий