The project is a Web application to administrate the API, with the CRUD essential operations to have the tool which one you can insert the data to the API with grocery products, that will be consulted from the Android application which allows you to buy fruit and vegetables.
The WebApp needs to have an user account with administrator privileges, hence the administrator can modify and insert new data in the API.
Apart from this funcionality, the WebApp checks and organizes the information before it is inserted in the API, and thus guarantee the validity of the data and information in the API. It also organizes the picture of the products on the firebase storage.
CRUD, the products data base (Create, Read, Update, Delete). |
Setup of the Firebase tools Auth, Storage and Realtime DB. |
Sort data on table by column('name, origin, price, discount, category, sales unit'). |
Select image of the product and show it on the visor. |
Search information on the table. |
Sort origin before to insert. |
Login user with email and passwrod. |
Check if there is any active session. |
Programming languages. |
---|
Database and storage. |
---|
Firebase DataBase Realtime |
Firebase storage |
Others tools used: |
---|
Bulma framework |
Sweet Alert framework |
Google Font Material design icons |