Skip to content

Team-Unhackable/CV-Chain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CV Chain System

A Curriculum Vitae System based on Blockchain Technology

Programming Language:

  • HTML + JS + CSS (for front)
  • Python3 + JS (for background)

Service We Use:

  • LeanCloud Global

Unhackable Team Members

Installation

cd /var/www/html/
git clone https://github.com/Unhackable-PolyHack2022/CV-Chain.git

cd personal && npm install
cd business && npm install

pip3 install leancloud  # We use leadcloud SDK service
pip3 install flask
pip3 install requests

P.S. Config Web Server (Ex: Apache Web Server, Nginx)

Advices

  1. When running python files (under blockchain folder), make sure 5001 & 5002 ports are usable.
  2. Make sure your leancloud api is fully replaced. (If you use other services or own database, you may need to change some)

© Copyright 2022, Unhackable Team from PolyHack 2022 Hackathon