This is the admin interface of the project — a navigation and monitoring system for visually impaired users.
This frontend integrates multiple backend services and provides the administrative tools needed to manage the system.
- Frontend Framework: Next.js (React)
- Language: TypeScript
- Styling: Tailwind CSS
- Auth: JWT-based (via Auth & Account services)
-
Copy the environment file
cp .env.example .env
-
Make sure the following backend services are running:
auth-serviceaccount-management-servicegatewayadmin-servicemonitoring-servicecartographie-serviceNotification-serviceAnalytics-service
-
Install dependencies
npm install
-
Run the development server
npm run dev
-
Open http://localhost:3000 to view it in your browser.