Skip to content

TELBC/DocsMan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 

Repository files navigation

POS Project DocumentManager

Group members:

To setup:

cd SRC_Summer
docker-compose build --no-cache
docker-compose up -d

To Access:

  • https://localhost/
  • Username: Admin
  • Password: admin

App Usage:

  • First Login to be able to access the application
  • Create an empty folder by clicking the folder-plus icon in the Sidebar
  • Create a Document and choose your created folder
  • You can edit the document by clicking on the folder icon in the home view, accessing the documents inside of the folder
  • when editing a document make sure to choose the desired folder, if it is not selected you will not be able to save

Description:

  • A Document(.txt/.md files) manager with Users
  • The Document class represents a document and has one or more tags
  • The Tag class represents a tag that has a category and can be assigned to one or more documents
  • The User has the ability to share documents with other users(friends)
  • The Folder contains documents
  • The DocumentManager has a user "owner" that can influence the folders(and therefor documents) and other users(friends) interaction with those documents

Domain Model (UML):

About

School POS C# Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published