CosNet is a modern cosplay planner giving you all the tools needed for managing your cosplay. You can manage your cosplays from anywhere on any device. You can share your cospalys with others and draw inspiration from other cosplayers.
- [CosNet.API] - API for CosNet
- [CosNet.IDP] - Identity provider for CosNet
- [CosNet.WebUI] - CosNet Web app
- [CosNet.Shared] - Shared code between API and WebUI
- [CosNet.AppUI.Android] - Mobile app
Our mobile app is being developed in Android studio.
Our API is developed using ASP.NET Core.
Our web app is built using Blazor.
- Clone the repository however you see fit.
- Install the .NET Core 3.1 SDK.
- Open the repository with your favourite IDE, for example VS CODE.
- Run
dotnet restore
to install all dependencies. - Run Migrations
- For Android app: Open the app in Android studio.