Blockon is real estate contract management platform based on Klaytn.
- 랜딩 페이지
- 중개소 찾기
- 거래 목록
- 거래 등록
- 거래 상세
- 중개인 인증
CI/CD with Travis CI, docker-compose, S3 and CodeDeploy.
Blockon has the dependencies for the following libraries:
Node.js | MongoDB |
---|---|
8.11.2+ (except 10.x) | 3.6.5+ |
For anyone interested in developing Blockon, follow the instructions below.
Clone the Blockon repository install the dependency modules.
# Clone the repository.
$ git clone https://github.com/team-blockon/blockon.git
npm
and Yarn
are supported.
Run command in blockon-backend
and blockon-frontend
directory, respectively.
# Install the dependency modules.
$ npm install
# or
$ yarn
Copy the .env.example
file and rename it to .env
(inside blockon-backend
directory)
And set the MONGO_URI
and SECRET_KEY
variable.
Use shell script to build Blockon
# Run webpack-dev-server for development
$ sh start.sh dev
# or production build
$ sh start.sh
Blockon is licensed under the MIT license.