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

https://github.com/extrawest/back-office-panel-app


https://github.com/extrawest/back-office-panel-app

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Backoffice panel App (Angular)

![Maintaner](https://img.shields.io/badge/maintainer-extrawest.com-blue)
![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)
![GitHub release](https://img.shields.io/github/release/Naereen/StrapDown.js.svg)

## Project info

- **STRIPE based on Angular v15.0.0;**

- **nx v15.3.0;**

- **Angular Material v15.0.0;**

- **nebular/theme": v10.0.0;**

- **ng-zorro-antd": v15.0.3;**

- **primeng": v15.0.0;**

- **tailwind": v3.2.4;**

- **bootstrap v5.2.3;**

- **rxjs v7.5.0;**

- **firebase v9.15.0;**

## Features

- user registration, login and logout
- possibility to reset password
- creating user's table with their tickets and tasks
- possibility to create table with clients and other details

## Demo

- https://office-ant.web.app
- https://office-material.web.app
- https://office-nebular-5206c.web.app
- https://office-prime-ng.web.app
- https://office-tailwind-2589.web.app/

### Installing:

**1) Clone this repo to your folder:**

```
git clone https://github.com/extrawest/back-office-panel-app.git
```

**2. Change current directory to the cloned folder:**

```
cd back-office-panel-app
```

**3) You must have installed Node.js v16.15.0 or higher. Run in terminal in root project directory:**

```
# with npm
npm install --force

# with yarn
yarn install --force

# with pnpm
pnpm install --force
```

**4) Start project. Run in terminal:**

```
# with npm
npm run start:all

# with yarn
yarn run start:all

# with pnpm
pnpm run start:all
```

**5) Test project. Run in terminal:**

```
# with npm
npm run test:all

# with yarn
yarn run test:all

# with pnpm
pnpm run test:all
```

---

Created by Extrawest Angular Team
[Extrawest.com](https://www.extrawest.com), 2023

---