Giter Site home page Giter Site logo

team9's Introduction

Customized Notification Text Services Project

Description:

This project is a messaging tool that will allow the admin to communicate with a group of clients. The admin can send sms text and recieve responses from clients. All the sent and recieved texts will be stored in a database that communicates with the nodeJS server. Also the admin can group specific type of the stored contacts and select any to communicate with. The clients can always replay to change their communication preferences.

Instllation process:

1 - Opern terminal or Command line and paste th following:

 git https://github.com/2018-Arizona-Opportunity-Hack/Team9

2 - Install NodeJs with through https://nodejs.org/en/

3 - Run the follwing command:

 npm i -g --save yarn

4 - Then you can Start the server with:

 yarn start

That will start the http://localhost:3000

Tools used:

1 - NodeJs for server development.

2 - React Js for UI/Frontend development.

3 - MySql Database for backend datasource.

4 - Twillio for sms services.

Database ER Diagrm:

Alt text

Team members:

1 - Mohammed Albasha

2 - Trevor Johnson

3 - Sepideh Falah

4 - Jonathan Martinez

5 - Djedid Badri

team9's People

Contributors

tsjohns9 avatar elbashah avatar zahrafalah avatar jonnhynick avatar badri84 avatar

Watchers

James Cloos avatar  avatar  avatar Greg V avatar  avatar

team9's Issues

Create Admin Route

Add a route to create a new user.
When adding a new user, use the nodejs crypto package to encrypt the password.
Save the user, and encrypted password to the database.

Authentication Route

Create a route for the login page to send a JSON payload to the express server.
Check if the user exists in the database.
If a user is found, decrypt the password saved in the DB, and compare it to the password sent in the JSON payload.
If there is a match, create a JWT and send a successful response to the client for authentication.

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.