Capivara admin svelte preject
  • Svelte 62.2%
  • TypeScript 37.1%
  • JavaScript 0.3%
  • SCSS 0.2%
  • HTML 0.1%
Find a file
2026-03-02 08:27:34 +01:00
.woodpecker feat: add payment details and crud for comissions and manual sales input 2026-03-02 08:27:34 +01:00
.yarn feat: add payment details and crud for comissions and manual sales input 2026-03-02 08:27:34 +01:00
src feat: add payment details and crud for comissions and manual sales input 2026-03-02 08:27:34 +01:00
static Implementada página de comissões (#45) 2024-12-14 08:11:31 +01:00
test-results feat: add payment details and crud for comissions and manual sales input 2026-03-02 08:27:34 +01:00
tests feat: add payment details and crud for comissions and manual sales input 2026-03-02 08:27:34 +01:00
.buildpack build: config node adapter to deploy in heroku (#4) 2024-04-08 17:03:44 +02:00
.eslintignore chore: add README.md 2024-01-24 13:00:54 +01:00
.eslintrc.cjs build: update libraries 2025-12-27 12:57:44 +01:00
.gitignore fix: fix errors with navigate in sales and logistiks 2026-01-15 12:43:31 +01:00
.mocharc.json build: update libraries 2025-12-27 12:57:44 +01:00
.npmrc chore: add README.md 2024-01-24 13:00:54 +01:00
.nvmrc fix: fix errors with navigate in sales and logistiks 2026-01-08 15:32:43 +01:00
.prettierignore chore: add README.md 2024-01-24 13:00:54 +01:00
.prettierrc chore: add README.md 2024-01-24 13:00:54 +01:00
.yarnrc.yml build: add node version 2025-11-08 13:24:56 +01:00
docker-compose.yml feat: add payment details and crud for comissions and manual sales input 2026-03-02 08:27:34 +01:00
LICENSE Initial commit 2024-01-24 12:57:40 +01:00
lint-staged.config.js build: update libraries 2025-12-27 12:57:44 +01:00
openapi.json fix: fix errors with navigate in sales and logistiks 2026-01-15 12:43:31 +01:00
package.json feat: add payment details and crud for comissions and manual sales input 2026-03-02 08:27:34 +01:00
playwright.config.ts feat: add payment details and crud for comissions and manual sales input 2026-03-02 08:27:34 +01:00
pnpm-lock.yaml feat: add payment details and crud for comissions and manual sales input 2026-03-02 08:27:34 +01:00
postcss.config.js feat: add inventory route 2024-06-17 09:18:26 +02:00
Procfile Rename Profile to Procfile (#52) 2025-03-21 08:28:35 +01:00
README.md build: update libraries 2025-12-27 12:57:44 +01:00
response.json build: update libraries 2025-12-27 12:57:44 +01:00
server_logs_3.txt fix: send image for backend 2026-02-19 10:24:16 +01:00
sonar-project.properties build: add sonar configs 2025-12-27 13:06:23 +01:00
svelte.config.js feat: i18n admin (#67) 2025-07-14 09:50:50 -04:00
tailwind.config.js Feat/change layout (#6) 2024-05-13 06:42:24 +02:00
tsconfig.json feat: add inventory route 2024-06-17 09:18:26 +02:00
vite.config.ts fix: fix errors with navigate in sales and logistiks 2026-01-08 15:32:43 +01:00

Fast-Ecommerce-Admin

Admin for fast-ecommerce

Admin Panel - README

This repository contains the admin panel for managing GattoRosa operations. Built using Svelte, this panel provides administrators with a streamlined interface for handling backend operations such as order management, user administration, and content updates.

Configuration

To configure the project, add the following environment variable to your .env file:

SERVER_BASE_URL='https://api.exemplo.com'

This points to the staging API server, where all API calls made from the admin panel will be directed.

Features

  • Svelte Framework: Fast and reactive front-end framework.
  • Admin Operations: Manage orders, users, products, and content.
  • API Integration: Communicates with the GattoRosa backend using the provided SERVER_BASE_URL.

create-svelte

Everything you need to build a Svelte project, powered by create-svelte.

Creating a project

If you're seeing this, you've probably already done this step. Congrats!

# create a new project in the current directory
npm create svelte@latest

# create a new project in my-app
npm create svelte@latest my-app

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.