Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lenra-io/backoffice
https://github.com/lenra-io/backoffice
admin-dashboard dart deployment flutter hacktoberfest ui
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lenra-io/backoffice
- Owner: lenra-io
- License: gpl-3.0
- Created: 2022-05-23T13:54:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T09:26:28.000Z (9 months ago)
- Last Synced: 2024-04-08T10:42:45.275Z (9 months ago)
- Topics: admin-dashboard, dart, deployment, flutter, hacktoberfest, ui
- Language: Dart
- Homepage:
- Size: 946 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![GPL License][license-shield]][license-url]
This repository gives you the possibility to create, manage and deploy your applications on Lenra.
## Prerequisites
- [flutter](https://flutter.dev/docs/get-started/install) + [web setup](https://flutter.dev/docs/get-started/web)
## Usage
On the server project, you need to have a running instance of the [Lenra Server](https://github.com/lenra-io/server) and have created an OAuth client for the backoffice with the next command:
```sh
mix create_oauth2_client backoffice
```Run flutter app with chrome
```sh
BACKOFFICE_OAUTH2_CLIENT_ID=""
flutter run -d chrome --web-port 10000 --dart-define=LENRA_SERVER_URL=http://localhost:4000 --dart-define=OAUTH_CLIENT_ID="${BACKOFFICE_OAUTH2_CLIENT_ID}"
```Run flutter test
```sh
flutter test
```Run flutter test with coverage report (need to install lcov)
```sh
flutter test --coverage && lcov --list coverage/lcov.info
```## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please open an issue with the tag "enhancement".
Don't forget to give the project a star if you liked it! Thanks again!## License
Distributed under the **GPL** License. See [LICENSE](./LICENSE) for more information.
## Contact
Lenra - [@lenra_dev](https://twitter.com/lenra_dev) - [email protected]
Project Link: [https://github.com/lenra-io/backoffice](https://github.com/lenra-io/backoffice)
[contributors-shield]: https://img.shields.io/github/contributors/lenra-io/backoffice.svg?style=for-the-badge
[contributors-url]: https://github.com/lenra-io/backoffice/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/lenra-io/backoffice.svg?style=for-the-badge
[forks-url]: https://github.com/lenra-io/backoffice/network/members
[stars-shield]: https://img.shields.io/github/stars/lenra-io/backoffice.svg?style=for-the-badge
[stars-url]: https://github.com/lenra-io/backoffice/stargazers
[issues-shield]: https://img.shields.io/github/issues/lenra-io/backoffice.svg?style=for-the-badge
[issues-url]: https://github.com/lenra-io/backoffice/issues
[license-shield]: https://img.shields.io/github/license/lenra-io/backoffice.svg?style=for-the-badge
[license-url]: https://github.com/lenra-io/backoffice/blob/master/LICENSE