Hello everyone, I am working on a emembership card software system and planning to deploy it on a Linux-based environment, specifically on Fedora Linux.
The system includes:
- Member data management (ID, status, etc.)
- API-based authentication
- Digital membership card generation (QR/barcode)
- Backend database integration
I want to understand the best approach for running and deploying such a system on Fedora Linux. Specifically, I have a few questions:
- Is Fedora suitable for hosting such backend services?
- Any recommended stack or tools for API + database management on Fedora?
- Best practices for security and performance in this setup?
Since Fedora is widely used in development and server environments, I believe it could be a good fit for this project, but I would really appreciate guidance from the community.