https://github.com/mehmetumit/address-book
Personal contact management solution
https://github.com/mehmetumit/address-book
angular ci-cd cloud docker docker-compose grafana javascript mongodb nginx nodejs prometheus typescript
Last synced: 5 months ago
JSON representation
Personal contact management solution
- Host: GitHub
- URL: https://github.com/mehmetumit/address-book
- Owner: mehmetumit
- Created: 2024-01-19T18:06:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-27T08:53:52.000Z (over 1 year ago)
- Last Synced: 2024-12-30T00:28:09.420Z (7 months ago)
- Topics: angular, ci-cd, cloud, docker, docker-compose, grafana, javascript, mongodb, nginx, nodejs, prometheus, typescript
- Language: JavaScript
- Homepage:
- Size: 5.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Address Book



---
## About
This project aims to provide a hands on cloud native solution for personal contact management.
## Usage
> All services are running behind an Nginx reverse proxy. The individual service ports are not directly exposed to the host machine. Which help us to manage our environment.> The default configuration pulls backend and frontend images from Docker Hub. If you want to use a locally built version of the images, you can modify the image references to point to your local versions.
> By defaul nginx using port `80`. In order to change that you need to edit `nginx/conf.d/defaul.conf` and nginx service in `docker-compose.yml` .
```sh
# Clone the repository
git clone https://github.com/mehmetumit/address-book.git
# Change directory
cd address-book
# Set default .env
cp .env.template .env
# Initialize containers
docker-compose up -d
```
## Service Endpoints
* Web client: `http://localhost`
* Grafana: `http://localhost/grafana`
* Prometheus server: `http://localhost/prometheus`
* Backend API: `http://localhost/api/v1`
* Backend OpenAPI Doc: `http://localhost/api/v1/doc`
## Example System Design And Application Lifecycle
