Skip to content

Commit

Permalink
added aptible config
Browse files Browse the repository at this point in the history
  • Loading branch information
francismwaniki630 committed May 10, 2024
1 parent d6feb55 commit 813e736
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

The Order Management System is a Django-based web application that allows users to create, view, and delete orders. It also includes functionality to send SMS notifications to customers when an order is created, using the AfricasTalking API. The application is designed to be containerized with Docker and can be deployed using Kubernetes.

# What i covered

- Containerized using Docker and orchestrated using Kubernetes
- Deployed to Aptible (IAAS) at [app-73154.on-aptible.com](http://app-73154.on-aptible.com)
- Used Django Test Framework for testing
- Implemented Auth0 via OpenID Connect
- Integrated AfricasTalking API for sending SMS notifications
- Created a CI/CD pipeline using GitHub Actions
-Docker image is available on Docker Hub at [franc254/order-mgt-system:latest](https://hub.docker.com/repository/docker/franc254/order-mgt-system)


# Demo
<h2>Home Page</h2>
<p align="center">
Expand Down

0 comments on commit 813e736

Please sign in to comment.