VoidHub
Forum(like 4pda or something similar) that created with ASP.NET Core and Angular
Install / Use
/learn @i-moonlight/VoidHubREADME
Before start:
-
cd API/ForumAPI -
cp appsettings_example.json appsettings.jsonthan fill appsettings.json with your data (connection string, secrets)
-
install dotnet sdk and dotnet ef
Local
-
api:
cd API/ForumAPI1.1 database
dotnet ef database update1.2 app
dotnet run -
client
2.1 build ckeditor5
cd client/ckeditor5npm installnpm run build2.2 angular app
cd clientnpm installnpm install ./ckeditor5ng serve
Docker
-
compose
cp compose_example.yml compose.ymlfill db password in compose.yml
fill client/src/environments/environment.docker.ts (your api url)
docker compose up -d -
database
cd API/ForumAPIdotnet ef database update
