https://github.com/extrawest/back-office-panel-app
https://github.com/extrawest/back-office-panel-app
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/extrawest/back-office-panel-app
- Owner: extrawest
- Created: 2023-02-19T13:44:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-21T09:23:19.000Z (over 3 years ago)
- Last Synced: 2025-11-13T08:13:33.896Z (9 months ago)
- Language: TypeScript
- Size: 1.32 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backoffice panel App (Angular)



## 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
---