Logging application and user actions.
Follow these steps to have a local running copy of the app.
git clone https://github.com/crane-cloud/app-logger.git
make
is a build automation tool that is used to manage the build process of a software project.
- In the project directory, running
make
shows you a list of commands to use. - Run
make start
to start the application and required services. - Run
make connect-to-container
to connect to the FastAPI application container.
app-logger
: Application API server (Default port: 8000)logger-celery-worker
: Celery worker for background taskslogger-mongo-db
: Applications MongoDB Server (Default port: 27001)logger-flower
: Celery flower Dashboard (Default port: 5555)logger-redis-db
: Redis Database Server (Default port: 6380)