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
Creation of a database for public places in MongoDB Atlas, where we have documents containing the title, the coordinates and the uuid of the POD that contains the rest of the data of each place.
Development of a restapi with CRUD operations for the database, to be used from the webapp.
Implementation of the connection between the webapp with the restapi.
Implementation of server validations for avoiding wrong inputs to reach the database.
Tests for both the correct behaviour of the CRUD operations and the server validations.
Updated the Application APIs #38 discussion to include the interface/type that defines the structure of the data in the database, the operations of the restapi and how to use them from the webapp (including the signature of the methods of the webapp/api/api.ts file).
The text was updated successfully, but these errors were encountered:
Iván Menéndez Mosegui
Assigned features of the prototype
Documentation
Other contributions
The text was updated successfully, but these errors were encountered: