Skip to content

quras-official/quras-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

  1. Overview
  2. Getting started
  3. Configuration
  4. Runtime Environment

Overview

This the Quras back-end service for operating the db of the Quras blockchain. This service instruct the db for supplying the apis. Before starting this service, you have to configure the MySQL DB server.

Getting started

Runtime Environment

Install .NET Framework 4.7.1 or higher versions. (Do not require if you are using Windows 10+.) You can download it from https://dotnet.microsoft.com/download/dotnet-framework/net471.

Configuration

Database Configuration

You can configure database connect information in 'config.json'

{
	... ...
	"DbHost": "127.0.0.1",
	"DbPort": "3306",
	"DbUser": "root",
	"DbPassword": "",
	"DbName" :  "quras_db"
}

Runtime Environment

OS Type Version
Windows any

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages