An open API service indexing awesome lists of open source software.

https://github.com/bylothink/backoffice_app-frontend


https://github.com/bylothink/backoffice_app-frontend

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Backoffice App

## Frontend

A generic frontend for a backoffice app to manage some orders and products.

## Get started

```sh
cp .env.example .env
```

> [!TIP]
>
> Edit both `.env` and `docker-compose.yml` environment variables to match your needs.

### Using Docker

#### Build

```sh
docker compose build
```

#### Run

```sh
docker compose up [-d]
```

### Using Node.js or Bun

#### First run

```sh
npm install
```

#### Run

```sh
npm run dev
```

> [!NOTE]
>
> The application will be available at [`http://localhost:5173`](http://localhost:5173) by default.