This project is a web-based application for managing DhunJam's Venue Admin Login. It allows the admin to log in, view and update the pricing for song requests.
- Admin Login: The admin can log in using the username and password.
- Dashboard: After successful login, the admin is redirected to the dashboard where they can view and update the pricing details.
- Song Request Pricing: The admin can set whether to charge customers for song requests. If charging is enabled, the admin can set the pricing for custom and regular song requests. The graph updates according to the set values after successful save.
- Admin Login (POST): Used for admin login.
- Admin Details (GET): Used for fetching the dashboard data.
- Admin Price Update (PUT): Used for updating the song request prices.
The application uses the Poppins font family, with a font size of 32px for headings and 16px for all other text. The screen background is #030303, the font color is #FFFFFF, the button color is #6741D9 with a border of 1px and border-color #F0C3F1 and the graph bar color is #F0C3F1
To get started with development, clone the repository and install the necessary dependencies. Make sure to update the API endpoints with your server's information.
Contributions are welcome. Please open an issue or submit a pull request.