Skip to content

Commit

Permalink
change order
Browse files Browse the repository at this point in the history
  • Loading branch information
auspham committed Nov 14, 2019
1 parent e0e94ac commit ff5621e
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@ A publish-subscribe real-tive file sharing system.

Live: https://austinph.me/FireShare/login

## Technology used

## Features

- Login, Register, Authentication using JWT Token.
- Database.
- Upload/Share/Unshare/Edit/Remove/Download file with other people - with Authentication
- Pub-sub model on file with real time update.
- Backend: **NodeJS**, **Express**
- Database: **MongoDB Atlas**
- FrontEnd: **ReactJS**
- Pub-Sub: **Socket.IO**
- Testing:
- Backend: **Mocha**, **Chai**,
- Frontend: **WebdriverIO**
- Cloud Hosting: **Heroku** (because I expired my other clouds credit), **Github Page**.

## Demo

Expand All @@ -23,6 +26,14 @@ Live: https://austinph.me/FireShare/login

![image-20191114231759560](Readme.assets/image-20191114231759560.png)

## Features

- Login, Register, Authentication using JWT Token.
- Database.
- Upload/Share/Unshare/Edit/Remove/Download file with other people - with Authentication
- Pub-sub model on file with real time update.



### What can user do?

Expand All @@ -34,18 +45,6 @@ Live: https://austinph.me/FireShare/login
6. User have real-time update on the file he subscribes (is shared/owned) to.
7. User can download if the file is shared to him or is owned by him. - Only user who has these privilege can download the file

## Technology used

- Backend: **NodeJS**, **Express**
- Database: **MongoDB Atlas**
- FrontEnd: **ReactJS**
- Pub-Sub: **Socket.IO**
- Testing:
- Backend: **Mocha**, **Chai**,
- Frontend: **WebdriverIO**
- Cloud Hosting: **Heroku** (because I expired my other clouds credit), **Github Page**.


## How to run

Go to backend, install and start the server
Expand Down

0 comments on commit ff5621e

Please sign in to comment.