GithubHelp home page GithubHelp logo

joey1993 / acrobat-portal Goto Github PK

View Code? Open in Web Editor NEW

This project forked from shunjizhan/acrobat-portal

0.0 1.0 2.0 5.88 MB

Acrobat web portal for users to more conveniently interact with Acrobat project

Python 3.65% Makefile 0.02% Shell 0.89% JavaScript 71.62% CSS 23.26% HTML 0.57%

acrobat-portal's Introduction

Acrobat Portal

This is the web application interface for users to more conveniently interact with Acrobat project.

Tech Stack

Run

First add Allow-Control-Allow-Origin chrome extension. So we can query database using localhost without Allow-Control-Allow-Origin problem.

install

./install.sh

start running the app

for production

npm start

for development, start each service separately

cd view/ && npm start
cd server/ && node server.js
cd ML-API/ && python api-server.py

start compiling SASS (for frontend)

sass --watch view/src/components/ --style compressed

or

make compile

ScreenShots

Main

Notes

  • When install some npm package, use npm install --save [package-name]
  • If copy the whole project repo, use cp -a instead of cp -r, since the latter will cause some mysterious symbolink problem.
  • If can't install flair, first open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg

acrobat-portal's People

Contributors

shunjizhan avatar ruy1su avatar donleeldb avatar

Watchers

James Cloos avatar

Forkers

ruchou weitingtw

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.