2025-10-25 11:39:24 +02:00

28 lines
961 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 🛠️ Backoffice Admin Panel
A modern backoffice admin panel built with [Next.js](https://nextjs.org/) and [React](https://react.dev), providing a scalable and maintainable foundation for managing internal tools, content, and operations.
---
## 🚀 Tech Stack
- [Next.js](https://nextjs.org/) App Router with SSR support
- [React](https://reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Material UI](https://mui.com/) UI component library
- [Axios](https://axios-http.com/) API client
- [Jest](https://jestjs.io/) / [React Testing Library](https://testing-library.com/) Unit & integration testing
- [ESLint](https://eslint.org/) / [Prettier](https://prettier.io/) Code quality & formatting
- [dotenv](https://github.com/motdotla/dotenv) Environment variable management
---
## 📦 Getting Started
```bash
git clone https://git.luckyigaming.com/Mitchell/payment-backoffice.git
cd backoffice
yarn run dev
```