https://github.com/fromsko/localresourcehub
LocalResourceHub is a self-hosted resource management platform built with Go, allowing users to upload, store, and share various types of resources via a web interface and API. It supports SQLite and other databases, ensuring flexibility and scalability.
https://github.com/fromsko/localresourcehub
Last synced: 4 months ago
JSON representation
LocalResourceHub is a self-hosted resource management platform built with Go, allowing users to upload, store, and share various types of resources via a web interface and API. It supports SQLite and other databases, ensuring flexibility and scalability.
- Host: GitHub
- URL: https://github.com/fromsko/localresourcehub
- Owner: Fromsko
- Created: 2025-02-16T17:12:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-29T07:43:41.000Z (9 months ago)
- Last Synced: 2025-08-29T11:26:28.941Z (9 months ago)
- Language: Vue
- Size: 8.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LocalResourceHub
## Introduction
LocalResourceHub is a full-stack application designed for managing local resources. It provides a user-friendly interface and robust backend support, suitable for personal and small team resource management.
---
## Features
- Resource upload and management
- File categorization and search
- User authentication
- Responsive design, compatible with various devices
---
## Installation and Running
1. Clone this repository:
```bash
git clone https://github.com/fromsko/LocalResourceHub.git
```
2. Start:
```bash
cd LocalResourceHub
wails dev
```
## Show

## License
This project is licensed under the [GPL-2.0](https://www.gnu.org/licenses/gpl-2.0.html) license.
---
For Chinese documentation, see [README.zh.md](README.zh.md).