This is an application for sharing wishlists between a group of people! Create your own wishlist, share it with your group, and check off items from their wishlist as they're bought.
C# ASP.NET Web API Create React App Static Web Application
Role | Location |
---|---|
API | /api/UnMango.Wishlists.Api/ |
Web App | /app/web/ |
The API documentation can be found here.
As a convencience, scripts are provided to build both applications.
./hack/build.sh
pwsh ./hack/build.ps1
cd app/web
npm ci
npm run build
As a convencience, scripts are provided to start both applications.
./hack/start.sh
pwsh ./hack/start.ps1
cd app/web
npm ci
npm run dev