CatálogoZap is a simple and practical solution to create digital product catalogs integrated with WhatsApp.
CatálogoZap is a website project where you can create a store (of any type) and list your products, including name, price, image, and description. When a customer wants to buy your product, they click a "Buy via WhatsApp" button and are redirected to a conversation with the store owner, who can then send a message indicating which product they want.
CatálogoZap is a project created for training purposes by two programming students from the Incantare group: Lucca and Rodrigo.
- Backend: C# ASP.NET
- JWT
- Dapper
- Postgresql (at neon.com)
- Cloudinary (Image Database)
- Repository pattern
- Accounts system
- Create and manage stores with name, image and description
- Register products with name, price, image, and description
- WhatsApp integration for direct sales
- Image upload using Cloudinary
- JWT authentication
- .NET 9.0 SDK
- PostgreSQL
- Cloudinary account
git clone https://github.com/pandasoli/catalogozap-backend
cd catalogozap-backend
dotnet restoreconfigure .env
JWT_KEY=
JWT_ISSUER=
JWT_AUDIENCE=
CONNECTION_STRING=
CLOUDINARY_KEY=and run
dotnet run