bellis_api

De Bellis Rei Publicae Romanae - A student project creating a REST API serving information about wars of the Roman Republic.

https://github.com/marcotonanni/bellis_api

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.2%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

De Bellis Rei Publicae Romanae - A student project creating a REST API serving information about wars of the Roman Republic.

Basic Info
  • Host: GitHub
  • Owner: MarcoTonanni
  • Language: Python
  • Default Branch: main
  • Size: 17.6 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme Citation

README.md

De Bellis Rei Publicae Romanae Django REST API

An API serving and managing information about the wars of the Roman Republic

This API was created as a student project for learning and practicing the creation of back-end APIs with Django and Django REST Framework.

Here follows a list of features implemented:

  • A REST API using JSON to send and receive data related to the wars of the Ancient Roman Republic, including its battles, commanders and citations from historic sources, with appropriate validations;
  • Full CRUD system, based in user and group permissions;
  • Extra layer of security based upon token creation and validation;
  • Comes with one custom-admin Django command to import CSV lists of Commanders (dates based in the Ad Urbe Condita counting of years in order to bypass Django’s limitation regarding B.C. dates);

It was also deployed in production with pythonanywhere and successfully tested with Postman.

Owner

  • Login: MarcoTonanni
  • Kind: user

GitHub Events

Total
  • Push event: 2
  • Create event: 2
Last Year
  • Push event: 2
  • Create event: 2

Dependencies

requirements.txt pypi
requirements_dev.txt pypi
  • flake8 ==7.1.2 development