Inference
Introduction Project Structure Installation Usage Contributing License
Provide a brief overview of the project, its purpose, and its main features.
Available for editing here
Provide instructions on how to install and set up the project, including any dependencies or prerequisites.
Explain how to use the project, including any command-line interfaces or APIs available. in main folder:
docker build -t respira_mage .
docker run -d -p 6789:6789 respira_mage
Rename .env.example
to .env
and complete with credentials
POSTGRES_USER='fer'
POSTGRES_PASSWORD='nanda'
POSTGRES_HOST='localhost'
POSTGRES_DATABASE='estaciones'
MYSQL_USER='fer'
MYSQL_PASSWORD='nanda'
MYSQL_HOST='localhost'
MYSQL_DATABASE='estaciones_remote'
AIRNOW_API_KEY='your_secret_airnow_api_key'
Outline guidelines for contributing to the project, such as how to report issues, suggest improvements, or submit pull requests.
Specify the license under which the project is distributed.