Git Product home page Git Product logo

o10city's Introduction

O10

Faber est suae quisque fortunae - Each man is the maker of his own fortune

(Guy Sallust Crisp)

Solutions composition

  1. O10.Node - solution that holds all projects relevant for network node
  2. O10.Gateway - solution that holds all projects relevant for gateway to the network
  3. O10.Portal - solution that holds all projects relevant for demo portal (that uses Gateway for accessing network Nodes)
  4. O10.MobileWallet - solution that holds all projects relevant for mobile wallet (that uses Gateway for accessing network Nodes)
  5. O10All - solution that holds all projects of Node, Gateway, Demo Portal and DB Setup

How to make local run via Visual Studio

1. Database initialization

Before running a Node, Gateway and a Portal it is needed to setup a database. For this get SQL Server image and run it with the following command:

docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=p@ssword1' -e 'MSSQL_PID=Express' -p 1433:1433 -d mcr.microsoft.com/mssql/server:2017-latest-ubuntu

2. Running a Node

Open O10.Node.sln file using your Visual Studio and run the project O10.Node.WebApp

3. Running a Gateway

Open O10.Gateway.sln file using your Visual Studio and run the project O10.Gateway.WebApp

4. Running a Portal

Open O10.Portal.sln file using your Visual Studio and run the project O10.Client.Web.Portal

o10city's People

Contributors

muaddibco avatar

Stargazers

 avatar

Watchers

 avatar

o10city's Issues

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.