Skip to content

lixphilosophy/share_ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Synopsis

Share Resources is an open source platform designed to allow dynamic contribution and consumption of distributed computing resources. Using a barter based system it allows a user to offer their own computational resources in exchange for tokens or use the resources of others in the pool.

This project is in active development and is being maintained by the team members listed below. If you would like to submit changes, please open a pull request.

Required Backend Dependencies

  • MongoDB 3.0.15
  • Nodejs 8.11.1 -- Node Modules --
  • ExpressJs 4.16.2
  • mongoose 5.1.1
  • jsonwebtoken 8.2.0
  • bcrypt 2.4.3
  • body-parser 1.18.2
  • Oh yea, and ES6

_To see a full list of current dependencies (including dev) run npm list --depth=0

To install:
$ npm install
To run:
# Start mongo daemon
$ mongod

# Start node server
$ npm app.js

Required Frontend Dependencies

  • Python 3.6
  • PyQt 5.10
  • sip 4.19.7
  • requests 2.18.4

To install:

$ pip install -r requirements.txt

Team Members:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%