Skip to content

A REST Api made with Flask and SQLite that contains data about many topics from roman culture. The database uploaded here is a demo with a few rows of each role.

Notifications You must be signed in to change notification settings

RomeroRodriguezD/Legacy-of-Rome-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Legacy of Rome API

A simple REST Api made with Flask and SQLite that contains data about many topics from the great roman culture!

Output samples:

Emperors

{
    "name": "Aemilianus",
    "birth_year": "207 AD",
    "death_year": "253 AD",
    "role": "Emperor",
    "facts/curiosities": "Became emperor after defeating Trebonianus Gallus but ruled for only three months before being killed."
}

Senators

{
    "name": "Tiberius Sempronius Gracchus",
    "birth_year": "163 BC",
    "death_year": "133 BC",
    "role": "Senator",
    "facts/curiosities": "Attempted to implement agrarian reforms to redistribute public lands to the poor; his assassination marked the beginning of an era of political violence in Rome."
}

Mythological characters

{
    "name": "Salacia",
    "role": "Myth",
    "description": "Salacia, goddess of seawater, wife of Neptune."
}

And much more categories to explore about this fantastic culture and its legacy. The database uploaded here is a demo with a few rows of each role.

About

A REST Api made with Flask and SQLite that contains data about many topics from roman culture. The database uploaded here is a demo with a few rows of each role.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages