Skip to content

alexlib/openpiv-saas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openpiv-saas

Basic SaaS version of OpenPIV package.

Basic flow:

For this version the flow supported is basic analysis of two images:

  1. The user uploads two images and sends it to the server.
  2. The server performs the neccessery action and sends back the result file to the user.

Installation:

  • prerequisites: operating system that can run docker containers.
  1. clone openpiv-saas repository to your server.
  2. in .env file in the root of client directory, change the REACT_APP_SERVER_URL value to your server url.
  3. make sure the server alows incomming trafic from ports 80 (for client) and 443 (for server).
  4. install docker and docker-compose on your server:
  1. in openpiv-saas root directory run command: docker-compose up -d (the installation process can take few minutes).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.6%
  • Python 22.0%
  • HTML 9.9%
  • Dockerfile 6.2%
  • CSS 5.3%