A unified platform streamlining viewing, editing, and approval processes for complex documents across all sectors.
DoCentre, Document Centre, is a robust document management platform designed to streamline the complexities of document handling within enterprises. From production processes to machine specifications, DoCentre offers a unified solution for managing diverse document types efficiently. With features facilitating viewing, editing, and approval processes all in one place, DoCentre empowers users to seamlessly collaborate and ensure document integrity.
Note
DoCentre-Frontend is developed as the course project for the "Cloud Native Development: toward best practice" course at National Yang Ming Chiao Tung University (NYCU).
- Docker is used to run the server and database in containers with uniform environments.
- Clone the repository (or download the ZIP file):
$ git clone https://github.com/DoCentre/DoCentre-Frontend.git- Change into the project directory:
cd DoCentre-Frontend- Edit
.env:
cp .env.example .env
vim .envVUE_APP_HOST={IP/Domain}
VUE_APP_GOOGLE_CLIENT_ID={Google Client ID}
More information about Google Client ID
- Run the containers:
docker compose upThe server should now be running on {IP/Domain}:5173:
DoCentre-Frontend is licensed under the MIT License.