Skip to content

DU-Scholar/company_lookup

Folders and files

NameName
Last commit message
Last commit date
Jan 6, 2021
Jun 14, 2020
Jun 14, 2020

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