Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xqm32/smart-community
A smart community project
https://github.com/xqm32/smart-community
Last synced: 19 days ago
JSON representation
A smart community project
- Host: GitHub
- URL: https://github.com/xqm32/smart-community
- Owner: xqm32
- Created: 2023-06-25T12:05:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-08T10:18:44.000Z (over 1 year ago)
- Last Synced: 2024-12-30T13:48:30.999Z (19 days ago)
- Language: Dart
- Homepage:
- Size: 530 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Smart Community
A **Smart Community** application built with [Flutter](https://flutter.dev) and [PocketBase](https://pocketbase.io).
# How To Build
## Prerequisites
- Flutter 3.10.5
- PocketBase 0.16.5## Command
```sh
flutter build web --web-renderer canvaskit --no-web-resources-cdn
```# How To Run
## Prerequisites
- Open PocketBase admin UI and import `scheme.json`
## Command
You can use any framework run the web build, here is a `python` example.
```sh
cd path/to/build
python -m http.server
```Then open another terminal and run:
```sh
cd path/to/database
pocketbase serve
```