A production-ready, containerized full-stack architecture for managing services.
To start the entire stack (Backend, Frontend, and Database):
docker-compose --env-file .env.docker up --buildThe application will be available at:
- Frontend: http://localhost:4321
- Backend API: http://localhost:5097
Detailed documentation is available in the Docs directory:
- Overview: Architecture, technology stack, and key features.
- Setup Guide: Prerequisites, environment setup, and running instructions.
- Configuration: Environment variables, database settings, and OAuth integration.
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.