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.shpwsh ./hack/build.ps1cd app/web
npm ci
npm run buildAs a convencience, scripts are provided to start both applications.
./hack/start.shpwsh ./hack/start.ps1cd app/web
npm ci
npm run dev