An open API service indexing awesome lists of open source software.

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.

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