GithubHelp home page GithubHelp logo

brianluvonga / django_customer_order_sms Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 21.04 MB

Django Application to send a customer an sms when an order is placed

Home Page: https://luvonga.pythonanywhere.com/

Python 71.15% HTML 28.85%
django openid-connect paas restframework sms-gateway africastalking-api

django_customer_order_sms's Introduction

Simple Django Application to send a customer an sms when they place an order

# Features

Authentication and Authorization: 
        - OpenID Connect for authentication and authorization.


Customers 
        - register
        - login
        - create a customer
        - create an order
        - send sms to customer

Orders
        - create an order
        - view orders
        - get sms


RESTFRAMEWORK
        - An API for inputting and retrieving customer and order data

SMS Notifications
        - Integrated with Africa's Talking SMS gateway to send SMS notifications to customers when a new order is placed

Unit Testing
        - Comprehensive unit tests with coverage checking.

CI/CD
    - Continuous Integration and Continuous Deployment setup for automated testing and deployment.


Getting Started

Clone the repository
# git clone https://github.com/Brianluvonga/django_customer_order_sms.git

Install the required dependencies
# pip install -r requirements.txt


Make Migrations
# python manage.py migrate

Runserver
# python manage.py runserver

Testing and Deployment
# python -m unittest discover tests

Check the test coverage (run individually)
# coverage run --source=. -m unittest discover tests/
# coverage report
# coverage html

django_customer_order_sms's People

Contributors

brianluvonga avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.