Setting up the development environment#
- Visual Studio
- .NET 7.0+
- Node.js v16 or v18
- yarn:
npm install -g yarn
- ABP CLI:
dotnet tool install -g Volo.Abp.Cli
- Execute in the project root directory:
abp install-libs
- MySQL 5.7.44+ The database varies according to your own project
Getting Started#
- Clone the repository to your local machine
- Initialize the database and seed data: Check the
src\*.DbMigrator\appsettings.json
configuration and run the project - Run the website: Check the
src\*.Web\appsettings.json
configuration and run the project, the browser will automatically open after running - Click the Login button in the top right corner of the webpage, enter the initial username
admin
and password1q2w3E*
on the login page, and you will see the welcome page after successful login