https://github.com/rohitedathil/webmaster
A simple CMS client for managing content of a website.
https://github.com/rohitedathil/webmaster
android cms dart firebase flutter webmaster-tools
Last synced: about 2 months ago
JSON representation
A simple CMS client for managing content of a website.
- Host: GitHub
- URL: https://github.com/rohitedathil/webmaster
- Owner: RohitEdathil
- License: gpl-3.0
- Created: 2021-07-31T05:19:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-14T06:03:46.000Z (over 4 years ago)
- Last Synced: 2025-10-10T00:42:20.562Z (9 months ago)
- Topics: android, cms, dart, firebase, flutter, webmaster-tools
- Language: Dart
- Homepage:
- Size: 802 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webmaster
A simple CMS client for managing content of a website. This version is built for ASME GECBH to manage the events posted on its website.
The backend is based on firebase.
## Usage
The following steps will give you an idea on how to use it for your projects
- Add your google-sevices.json to android/app/ which is obtained while creating an android project on firebase.
- Replace logo.jpg
- Add a document with id '0' to collection with name "state" in firestore with value {'events_count':0,'server_status':true}
- Add a user manually
- Initialize storage services for the project