Skip to content

AbrahamXTS/VehicleFleetManager

 
 

Repository files navigation

Administrador de la flotilla de vehículos empresariales

Link to System Requirements

You can find the system requirements/project tickets on our Jira Board

How to run the project:

  1. Copy the .example.env file to .env and fill the variables
cp .example.env .env
  1. Do the database migration
python3 -m app.infrastructure.configs.migrate_database
  1. Run the server with docker
docker compose up -d --build
  1. Check for API docs at:

http://127.0.0.1:8000/docs

  1. Check for kibana dashboard at:

http://127.0.0.1:5601/app/home

About

Administrador de la flotilla de vehículos empresariales

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Dockerfile 0.2%