https://github.com/shubham225/authorization-service-dashboard
UI Dashboard for Auth2.0 service
https://github.com/shubham225/authorization-service-dashboard
mui react typescript
Last synced: 4 months ago
JSON representation
UI Dashboard for Auth2.0 service
- Host: GitHub
- URL: https://github.com/shubham225/authorization-service-dashboard
- Owner: shubham225
- License: mit
- Created: 2024-08-04T11:46:55.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T16:02:11.000Z (8 months ago)
- Last Synced: 2025-01-21T19:26:55.484Z (6 months ago)
- Topics: mui, react, typescript
- Language: TypeScript
- Homepage:
- Size: 2.15 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Authorization Service Dashboard - Frontend
This is the frontend project for the [authorization-service](https://github.com/shubham225/authorization-service) backend, which provides an authentication service. This dashboard allows users to interact with the authentication service API, providing a user-friendly interface for login, registration, and account management.
## Installation
### Prerequisites
- Node.js (>= 14.0.0)
- yarn (>= 1.22.22)### Steps
1. **Clone the repository**
```bash
git clone https://github.com/shubham225/auth2.0-service-dashboard.git
cd auth2.0-service-dashboard
```2. **Install dependencies**
```bash
yarn install
```3. **Run the application**
```bash
yarn start
```4. **Build the application for production**
```bash
yarn build
```5. **Copy the build in Authentication server backend as resources**
```bash
cp /build /src/main/resources/static
```## Screenshots
*Login Page*
*Home Page*
*Client Registration*
*Generated Client*
*Form Validations*
*Dark Mode*
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details.