ソースを参照

Update 'README.md'

master
bronjaermin 3年前
コミット
89f991be68
1個のファイルの変更6行の追加3行の削除
  1. 6
    3
      README.md

+ 6
- 3
README.md ファイルの表示

@@ -1,12 +1,15 @@
# 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.

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 *npm install*
2. Run *npm run*
2. 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
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. Change the connection string to match our database
3. 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

読み込み中…
キャンセル
保存