You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Functionalities implemented in the project.
+ 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.