This is a repo storing source codes of NeoMonitor server.
| Name | Version |
|---|---|
| DotNet Core SDK | 3.1+ |
| EntityFramework Core | 3.1+ |
| Visual Studio 2019 | 16.5+ |
| MySQL | 8.0+ |
-
Check the ConnectionStrings among appsettings.json. Replace it with your own setting if necessary.
-
Open the Package Manager Console and set the default project as
Web\NeoMonitor. -
Execute the command line:
Add-Migration neonodes_local_v1.4.0 -c NeoMonitorContext, and wait for the end of migration files creating. -
Execute the command line:
Update-Database, and then check the database whether the data tables are created. -
Run the project.