Huellitas Pet Shop Documentation
Learn how to build, deploy, and extend a modern full-stack e-commerce platform with React, .NET API, and PostgreSQL
Quick Start
Get Huellitas running locally in minutes
Set up the backend
appsettings.json file with your PostgreSQL connection string and JWT configuration.Example appsettings.json
Example appsettings.json
Run the API
http://localhost:5000. Visit http://localhost:5000/swagger to explore the API documentation.Key Features
Everything you need for a modern e-commerce platform
Shopping Cart
JWT Authentication
Admin Dashboard
RESTful API
Responsive Design
Data Pipeline
Explore by Topic
Deep dive into different parts of the platform
Frontend Development
Learn about the React SPA architecture, component structure, routing with React Router, and state management
Backend Development
Understand the .NET API architecture, Entity Framework Core models, repository pattern, and service layer
API Reference
Complete API documentation for authentication, products, and orders with request/response examples
Deployment Guides
Deploy the backend to Render and the frontend to GitHub Pages with Docker containerization
Ready to get started?
Follow our quickstart guide to set up Huellitas locally or explore the API reference to integrate with your own projects
Start Building