Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

Latest commit

 

History

History
40 lines (34 loc) · 772 Bytes

README.md

File metadata and controls

40 lines (34 loc) · 772 Bytes

My Extraction Info

Previews

Prerequisite

Make sure you have installed:

  1. node js
  2. npm
  3. flask

Dependency

Client dependency in app/package.json
Server dependency flask and flask_cors

How To Use

In this directory (root), run:

  1. Client:
npm run client
  1. Server:
npm run server

Alternative (Tested: Mac OS/Linux) :

$ cd server
$ virtualenv flask
$ flask/bin/pip install flask flask_cors
$ chmod a+x server.py
$ ./server.py

Note

This program work fluenty and tested in Mac OS. It should be well in Windows and Linux.