28 lines
961 B
Markdown
28 lines
961 B
Markdown
# 🛠️ 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
|
||
```
|