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.gitmake is a build automation tool that is used to manage the build process of a software project.
- In the project directory, running
makeshows you a list of commands to use. - Run
make startto start the application and required services. - Run
make connect-to-containerto 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)