Welcome to the HatBot Dashboard repository! This project is a comprehensive web-based dashboard for managing and monitoring HatBot, powered by Node.js for both frontend and backend development. The front end utilizes Next.js, while the backend is built with Express.js. The frontend is hosted on Vercel, and the backend is deployed on a custom server.
Note: The internal project name for this project is "Hotdog Water".
The HatBot Dashboard is designed to provide an intuitive and user-friendly interface for managing various aspects of HatFilms. Whether you need to configure settings, monitor activity, or access critical data, this dashboard simplifies the process.
- User Authentication: Log in to the dashboard using your credentials.
- Dashboard Overview: Get a quick overview of HatBot's current status and statistics.
- Configuration Management: Easily customize HatBot's settings and behaviour.
- Activity Monitoring: Keep track of HatBot's interactions and activities.
- Real-time Updates: Receive instant updates and notifications.
- User Management: Manage user accounts and permissions.
- Frontend: Rename
.env.example
to.env.local
in thefrontend
directory and configure environment variables. - Backend: Rename
.env.example
to.env
in thebackend
directory and configure environment variables.
The HatBot Dashboard is deployed as follows:
- Frontend: The frontend is hosted on Vercel at
https://dashboard.hat-films.com
. - Backend: The backend is deployed on a custom server at
https://api.hat-films.com
.