You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dzenis c46acc743b Update 'README.md' 2 年之前
README.md Update 'README.md' 2 年之前

README.md

DocumentOrganizer

Project description

This project is used for working with files and folders. We have two types of users: admin and user. Files can be with the extension .pdf, .docs or .doc. Files are placed in folders and the admin is the one who assigns permissions to which folders the user can see. Files can be searched by content and the prefix search is also enabled. Files can also be assigned tags, which can later be used for filtering. Admin can add files and folders wherever he wants. Users can add files and folders but only in those folders for which they have permission.

How to install and run the project

Frontend

  1. Run git checkout FE_dev
  2. Run npm install
  3. Run npm start

Backend

  1. If we want to create a new database, then read the article on the following link: https://wiki.dilig.net/en/Technologies/Full-Text-Search
  2. Run git checkout BE_dev
  3. Change the connection string to local database
  4. After changing the connection string, it is necessary to update the database using the Update-Database command inside Diligent.WebAPI.Data project from Package Manager Console