Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bikram-gyawali/file-version-tracker
file version tracker, file management, notfication on role update
https://github.com/bikram-gyawali/file-version-tracker
Last synced: 12 days ago
JSON representation
file version tracker, file management, notfication on role update
- Host: GitHub
- URL: https://github.com/bikram-gyawali/file-version-tracker
- Owner: Bikram-Gyawali
- Created: 2024-04-27T13:03:12.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-04-27T17:08:14.000Z (8 months ago)
- Last Synced: 2024-04-28T14:24:35.506Z (8 months ago)
- Language: JavaScript
- Size: 3.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Features
- file , filder management
- admin , manager , viewer role
- file versions update
- file version revert
- notification on role update
- notification on file update##
## HOW TO RUN PROJECT:
- add necessary .env file contents
### server
- ` 1 cd filetracker-sever`
- `2 docker compose build`
- `3 docker compose up`### client
- ` 1 cd filetracker-client`
- `2 docker compose build`
- `3 docker compose up`### To be implemented :
- proper error handling in frontend
- navigation and restriction in forntend
- single docker compose
- security improvements