ApexApartment is an innovative condominium management project aimed at enhancing the quality of life and residential experience in upscale residential areas. With a mission to create a harmonious, peaceful, and convenient living environment, ApexApartment combines modern technology and attentive resident care services to provide the best living experience for all residents.
- 🏛️Technology Architecture
- 📅Database schema diagram
- 💻Interface
- 🏛️Infrastructure Architecture
- 📃 Documentation
- 🏗️ Pipelines
- ⏱️Monitoring
- 📝Logging
- 🛠️Prerequisites
- 🚀Getting Started
- 📧Contact
Coming Soon
Monitor the performance of nodes and services within the Swarm cluster.
User request monitoring dashboard through Kibana.
What you need to run the project:
- Make sure your machine has Docker installed
- To run the project, you need to add DNS entries to your local machine. You should add DNS entries such as:
backend.local
,frontend.local
,kibana.local
, andgrafana.local
, etc. Make sure these hosts point to the correct IP address of your machine. Alternatively, you can skip adding DNS entries by accessing the local machine address and appending the headerHost: <service.local>
.- For example:
curl -H 'Host: backend.local' http://IP:Port
- For example:
After installing Docker, run the following commands to start experiencing this project
git clone https://github.com/maverick8899/ApexApartments
cd deploy
docker compose up
Enjoy!
Don't hesitate to contact me if you have any confusion or questions.
🔼 Back to top