Skip to content

JuanCruzMedina/wazuh-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WAZUH


Resolution of technical evaluation

Technologies

Instructions

Run the api

  • Create virtual environment
  • Install dependencies on virtual environment
  • Activate virtual environment
  • In terminal:
uvicorn src.server.app:app -reload

For run the main.py file

  • Copy the example file '.env_example' as '.env' at the project level.
  • Sets the value corresponding to the variables.

For run the tests

Where are the tests?

The tests are located in 'test' folder. They are 2 files to test the routers endpoints.

How to run the tests?

  • Simple:
 python -m unittest
  • With details:
 python -m unittest -v

About

Resolution of the technical challenge of Wazuh

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages