Skip to content

Default frontend for drone module for the client

License

Notifications You must be signed in to change notification settings

Artemis-Club/drone-front

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template front of Oroneta Project



Client side

Contributing · Issues

Project License   Version


Table of Contents

Introduction

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.

Examples

Sign in page:

Sign in page

Sign up page:

Sign up page

Dashboard page:

Dashboard page

Alarm page

Drones page:

Drones page

Drones page

Map page:

Routes page

Routes page

Routes page

Routes page

Routes page

Profile page:

Profile page

Profile page

Company page:

Company page

Billing page:

Billing page

Installation

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

Execution

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

Testing

Access to localhost:80 or localhost to see the project running.

nc -zv localhost 80

License

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.

About

Default frontend for drone module for the client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.8%
  • SCSS 2.5%
  • Dockerfile 0.6%
  • PHP 0.5%
  • HTML 0.5%
  • Python 0.1%