This repository has been archived by the owner on Mar 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #88 from CECS-478-AuRave/torch2424-patch-1
Updated the readme
- Loading branch information
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |