Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 622 Bytes

File metadata and controls

18 lines (15 loc) · 622 Bytes

API:

1.0: structure of the projet (main.py, database.py, db.json) 1.1: get country by name, get all countrys 1.2: post new country, update country 1.3: update monument by id, get monument by id 1.4: schema class for country, monument and population 1.5: get all monuments 1.6: get population by id, update population by id

Web:

1.0 creation of svg and paths 1.1 assembly of svg and paths to form the map 1.2 creation of the form to modify and create the countries 1.3 creating the table to display country data 1.4 creation of buttons to modify and delete, corresponding to the country data in the 1.5 code optimization