Client side
This is the front-end of the Oroneta project. This project is a web application that allows you to manage drones, routes, and registrants. This project is part of the Oroneta project, which is a project that aims to create a drone delivery system.
Sign in page:
Sign up page:
Dashboard page:
Drones page:
Map page:
Profile page:
Company page:
Billing page:
To install the project, you need to clone the repository and install the dependencies. You can do this by running the following commands:
git clone https://github.com/oroneta/drone-front.git
cd drone-front
To run the project as prod, you need to run the following command:
cd docker
docker compose up -d --build
If you want to run the project as dev, you need to modify the ./docker/.env
file and set:
SERVER_ENV = pro # Or set to dev
And then run the following command:
cd docker
docker compose up -d --build --force-recreate --remove-orphans
Access to localhost:80
or localhost
to see the project running.
nc -zv localhost 80
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.
Any of this project's code can be used for non-commercial purposes. Any other use must be approved by the project owner.
All rights reserved to Oroneta Project.