Document sharing
The Online
Document Sharing
System is a simple file sharing platform project that can help a company share their documents.
The system works this way. For example, a teacher will store the students' modules soft copies for week 1 in a single document and save it with the title of "Module set for week 1" and the teacher can add notes in the description box. After that, the teacher will click the "Share this Document" button on the document view page to get the shareable link. Then when the student browses the shared link in his/her browser, the document details and files will be shown, then the student can download the files by clicking the download.
ID | Name | Details |
---|---|---|
1 | Dao Duy Quy |
Fullstack |
--- | --- | --- |
2 | Dang Thien Hao |
Fullstack |
graph TD;
Login-->Admin;
Login-->User;
Admin-->Share;
User-->Share;
- Download the source code.
git clone https://github.com/T-AT/document_sharing
- Open the web-server database and create a new database name it odss_db and my_db.
- Copy and paste the source code to the location where your local web server accessing your local projects.
Example: Ubuntu
cp -r document_sharing /var/www/
- Install AdminLTE
composer require "almasaeed2010/adminlte=~3.2"
- Install Google APIs Client
composer require google/apiclient:"^2.0"
- Open a web browser and browse the project. E.g localhost
With Ubuntu
sudo systemctl start apache2 sudo systemctl start mariadb
- Windows 7,8,10,11
- Linux
- macOS
- iOS (in progress)
- android (soon)
- Login Page
- The page where system users will submit their credentials to access the data and functionalities of the system.
- Default Admin Access
admin@admin.com
admin123 - Default Test Access
test@test.com
test123 - You can sign with account
Google