mirror of
https://github.com/azaion/ui.git
synced 2026-04-22 08:56:35 +00:00
add admin part
This commit is contained in:
@@ -1,19 +1,28 @@
|
||||
# Azaion Suite
|
||||
|
||||
Azaion Suite allows to user run detections on videos or photos for military-related objects, like
|
||||
Azaion Suite allows users to run detections on videos or photos for military-related objects, like
|
||||
military vehicles, tanks, cars, military men, motos, planes, and masked objects.
|
||||
Also it allows to do GPS marking by video / photos from GPS camera pointing downwards and start coordinates.
|
||||
Also it allows to do GPS marking by video / photos from GPS camera pointing downwards and start coordinates.
|
||||
|
||||
### Install
|
||||
## Application Structure
|
||||
|
||||
The application now combines two parts:
|
||||
- **Main Annotator App** (accessible at `/`) - The main annotation interface
|
||||
- **Admin Dashboard** (accessible at `/admin`) - Administrative interface for user management and system controls
|
||||
|
||||
## Install
|
||||
|
||||
```shell
|
||||
npm i -g yarn
|
||||
yarn install
|
||||
```
|
||||
|
||||
### Debug
|
||||
## Development
|
||||
`yarn start`
|
||||
|
||||
The application will start on http://localhost:3000:
|
||||
- Navigate to `/` for the main annotator interface
|
||||
- Navigate to `/admin` for the admin dashboard (requires admin login)
|
||||
|
||||
### Build prod build
|
||||
## Build Production
|
||||
`yarn run build`
|
||||
|
||||
Reference in New Issue
Block a user