Skip to content

DU-Scholar/company_lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

company lookup

backend

Flask

version 1.1.2

Frontend

Vue.js

version 4.4.4

setup

$ cd service

$ pip install -r requirements.txt

$ cd template
 
$ npm install

上記コマンドでエラーが出る場合は

$ pip3 install -r requirements.txt

build server

vue

$ npm run serve

version

Python 3.7.3

Using virtual environment