https://github.com/crane-cloud/app-logger
https://github.com/crane-cloud/app-logger
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/crane-cloud/app-logger
- Owner: crane-cloud
- Created: 2024-02-19T07:37:21.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2025-01-30T13:53:58.000Z (over 1 year ago)
- Last Synced: 2025-01-30T14:31:18.094Z (over 1 year ago)
- Language: Python
- Size: 105 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Application logger
Logging application and user actions.
### Project Setup
Follow these steps to have a local running copy of the app.
### Clone The Repo
```bash
git clone https://github.com/crane-cloud/app-logger.git
```
### Running application with Docker
---
`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.
### Available services
---
- `app-logger`: Application API server (Default port: 8000)
- `logger-celery-worker`: Celery worker for background tasks
- `logger-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)