Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #88 from CECS-478-AuRave/torch2424-patch-1
Browse files Browse the repository at this point in the history
Updated the readme
  • Loading branch information
torch2424 authored Dec 5, 2016
2 parents 176e08b + 73399d3 commit 16cf40a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
# SecureChat
End-To-End Ecryption app. Created using Ionic and Node.js, using the MEAN stack
End-To-End Ecryption app. Created using Ionic v2 Beta 11 and Node.js, using the MEAN stack

![Ionic Serve Example](https://cloud.githubusercontent.com/assets/1448289/20864143/09a2eef2-b999-11e6-96c3-ab0d4e4e0a3e.gif)

[Documentation](https://github.com/CECS-478-AuRave/SecureChat/wiki)

[ApiEndpoint](https://shushapi.aaronthedev.com/)

[SSL Labs Results (Grade: A+)](https://www.ssllabs.com/ssltest/analyze.html?d=shushapi.aaronthedev.com&latest)

[Google Play Store Android Alpha](https://play.google.com/store/apps/details?id=com.aurave.shushchat&hl=en)

# Contributing
**Client**
The client (under client/securChatIonic), can be developed by following [Standard Ionic Installation](https://ionicframework.com/docs/v2/setup/installation/), and uses the standard [Ionic Tutorial Conventions](https://ionicframework.com/docs/v2/setup/tutorial/).

**Server**
The server is made in express, and uses mongoose to interact with MongoDB, a simple tutorial [can be found here](https://scotch.io/tutorials/using-mongoosejs-in-node-js-and-mongodb-applications).

0 comments on commit 16cf40a

Please sign in to comment.