Introducing our advanced HelpDesk application, designed to streamline customer support and enhance user satisfaction. Built with FastAPI and ReactJS, this application offers a robust, user-friendly interface for managing support tickets, tracking requests, and improving communication between support agents and customers.
- Intuitive User Interface
- Real-Time Notifications
- Comprehensive Ticket Management
- Advanced Search and Filtering
- User Authentication
- Analytics Dashboard
- Backend: FastAPI
- Frontend: ReactJS
- Database: Postgresql
- Authentication: JWT
- Deployment: Docker
- Enhanced Efficiency
- Improved Customer Satisfaction
- Scalability
- Data-Driven Insights
To get started with the HelpDesk app, follow the installation instructions below.
- Clone the Repository:
git clone [https://github.com/your-username/helpdesk-app.git](https://github.com/SurajTaradale/helpdesk_app.git) cd helpdesk-app
- Set Up the Backend:
- **Navigate to the backend directory and install dependencies.
cd backend pip install -r requirements.txt
- **Run the FastAPI server.
uvicorn app.main:app --host 0.0.0.0 --port 8001
- Set Up the Frontend:
- **Navigate to the frontend directory and install dependencies.
cd frontend
- **Run the Reactjs server.
npm start