Skip to content

alienworks/NeoMonitor-Server

Repository files navigation

NeoMonitor-Server

.NET Core

Introduction

This is a repo storing source codes of NeoMonitor server.

Quick Start

Preparation

Name Version
DotNet Core SDK 3.1+
EntityFramework Core 3.1+
Visual Studio 2019 16.5+
MySQL 8.0+

Steps

  1. Check the ConnectionStrings among appsettings.json. Replace it with your own setting if necessary.

  2. Open the Package Manager Console and set the default project as Web\NeoMonitor.

  3. Execute the command line: Add-Migration neonodes_local_v1.4.0 -c NeoMonitorContext, and wait for the end of migration files creating.

  4. Execute the command line: Update-Database, and then check the database whether the data tables are created.

  5. Run the project.