438077ed85
- Implemented global styles using Tailwind CSS for consistent theming. - Created layout component to structure the application with a navigation bar. - Developed Movements page to handle inventory entries and exits, including form submission and data display. - Added Products page for listing, editing, and deleting products with API integration. - Introduced Categories management functionality. - Built Navbar component for easy navigation across the application. - Established API service for handling requests to the backend. - Defined TypeScript types for Category, Product, and InventoryMovement to ensure type safety. - Configured TypeScript settings for the project.
24 lines
621 B
JSON
24 lines
621 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/launchsettings.json",
|
|
"profiles": {
|
|
"http": {
|
|
"commandName": "Project",
|
|
"dotnetRunMessages": true,
|
|
"launchBrowser": false,
|
|
"applicationUrl": "http://localhost:5006",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
}
|
|
},
|
|
"https": {
|
|
"commandName": "Project",
|
|
"dotnetRunMessages": true,
|
|
"launchBrowser": false,
|
|
"applicationUrl": "https://localhost:7050;http://localhost:5006",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
}
|
|
}
|
|
}
|
|
}
|