--- license: mit --- # iTEMX-bloxerBETA ### 재고관리 앱 bloxer5의 초기 버전 [![Build Status](https://travis-ci.org/joemccann/dillinger.svg?branch=master)](https://travis-ci.org/joemccann/dillinger) Bloxer는 재고관리 앱 하이브리드 소프트웨어로, 당신이 어느 OS를 사용하던 손쉽게 접근할 수 있습니다. ## Features 기능들 - HTML, csv, xlsx등 정형 데이터 테이블 삽입 지원 - JSON(반정형 데이터)지원 - 정형 데이터로 Excel 추출 - AI를 통해 대시보드에서 테이블의 전체적인 프로세스 확인 - 환율 계산 및 결과 반영 Markdown is a lightweight markup language based on the formatting conventions that people naturally use in email. As [John Gruber] writes on the [Markdown site][df1] > Bloxer는 소규모-중규모 사업장이 사용하기 좋습니다. > 원활한 입출고 관리, 여러 유형의 데이터를 적용하고 > 그리고 우리의 강력한 인공지능이 제공해주는 대시보드에서 > 데이터 테이블의 현재 상황을 한눈에 보세요. > 대한민국에 거주하는 자영업자 및 소상공인(월 ₩5,000,000 이하) > 이라면 15개월간 50% 할인된 가격에 사용할 수 있습니다. 만약 마음에 들지 않는다면 언제든지 취소하세요. 우리는 부담되지 않은 가격에 모두에게 제공할 것입니다. ## Tech Bloxer uses a number of open source projects to work properly: - [electron] - Hybrid for Web or Windows, MAC, Linux! - [BUN.js] - awesome backgrounder - [Next.js] - awesome backender - [BootstrapUI] - great UI boilerplate for modern web apps - [node.js] - Database with AWS or MongoDB - [Firebase] - Database built by Google Cloud - [Python] - Analyze table - [jQuery] - Convert JS code tracks renderer process - - [Hahaha](http://samuelgalaxys.github.io) - SamuelGalaxys And of course Dillinger itself is open source with a [public repository][dill] on GitHub. ## Installation iTEMX-Bloxer requires [Node.js](https://nodejs.org/) v10+ to run. Install the dependencies and devDependencies and start the server. ```sh npm install electron npm i node app ``` 셀레니움 설치 ```sh npm install --selenium NODE_ENV=production node app ```