Design Desk is a simple and efficient business management dashboard. It helps you track orders, manage customers and workers, and generate invoices automatically. It also allows sharing daily work updates for better transparency.
- Manage Orders, Customers & Workers – Keep all your business data organized in one place.
- Auto-Generated Invoices – Create and send invoices via e-mail without extra effort.
- Daily Work Reports – Share workers' daily progress with a simple link.
- Search Functionality – Quickly find orders, customers, or workers.
- Frontend: React, TypeScript, Vite, Tailwind CSS
- Backend: Node.js, Express, TypeScript
- Database: MongoDB
- Hosting: Vercel
-
Clone the repo:
git clone https://github.com/sanjanaynvsdl/design-desk.git cd design-desk -
Set up backend:
cd backend npm install npm run dev -
Set up frontend:
cd frontend npm install npm run dev
Refer to the following files for setting up environment variables: