Coder Social home page Coder Social logo

ourosms's Introduction

OurOSms English

OurOSms is an open source software that allows you to send SMS through the API REST SmsApi of orange Ivory Coast (zone AMEA). It allows you to monitor your activities using the OrangeSms service. It offers a user-friendly interface from which you can write your messages to be sent by SMS to your customers and partners.

Feature

  • Sending SMS via a user-friendly interface
  • Saving Customer Information
  • Saving Partner Information
  • Monitoring of SMS (Statistics, ...)

Install Frontend

# Navigate to PROJECT_FOLDER/webui (should cntain package.json )
pub get
# Launch Frontend App Only (The server start on port 8080)
pub serve
# build the project (this will put the files under build folder)
pub build

Install Backend (SpringBoot Java)

# Maven Build : Navigate to the root folder where pom.xml is present 
mvn clean install
Or
# Spring Plugin : Navigate to the root folder where pom.xml is present 
mvn spring-boot:run

Start the API and WebUI server

# Start the server (9090)
# port and other configurations for API servere is in [./src/main/resources/application.properties](/src/main/resources/application.properties) file

# If you build with gradle jar location will be 
java -jar ./build/libs/app-1.0.0.jar

# If you build with maven jar location will be 
java -jar ./target/app-1.0.0.jar

Authors and Contributors

  • In 2017, Amani Christian Cyrille Alves (@DevAlves1993) founded OurOSms.
  • In 2017, Gouri Guy (@guysenpai) contributor.

Contacts

Christian Amani

Guy Gouri

License

MIT License Introduction to the MIT License

Contributing

If you would like to contribute code you can do so through GitHub by forking the repository and sending a pull request.

The list of the contributions which would be welcome.

  • Documentation : Participated in the writing of the documentation.
  • Bugs : Report bugs with of issues.
  • Feature : New Feature.

ourosms's People

Contributors

devalves1993 avatar guysenpai avatar

Watchers

 avatar  avatar  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.