A centralized system for share computing power over internet.
- You can find the DB structure with sample data in DB folder. Make database names as
silicon_society
in mongoDB and import those collections. - You can find
How to use
andAPI Documentation
in DOCS folder.
- First install dependencies. You can find those are in server folder package.json file.
- Then open command promt or terminal type
node index.js
. This will run the server. Make sure your mongoDB service is running. - That's all. Follow the instructions in doc folder.
- In the SS_Official folder you can find the client software. It can open using Visual Studio
- This platform use the API for communicate with the project own client. You can find more details in DOCS/Silicon Society API documentation.md file.