REPOSITORY OVERVIEWLive repository statistics
★ 5Stars
⑂ 1Forks
◯ 0Open issues
◉ 5Watchers
34/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
10 Community adoption25% weight
10 Maintenance state20% weight
100 License clarity10% weight
0 Project information10% weight
75 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
Flask API RESTful - Python
English
This is a simple example, to implements a http web server (API RESTfull) with python (Flask framework).
Dependencies
Routes
- GET -
/api/v1/pets - Get all pets
- GET -
/api/v1/pets/{pet_id} - Get only the pet for the id entered in the parameter
- POST -
/api/v1/pets - Create new pet
- PUT -
/api/v1/pets/{pet_id} - Edit the pet referring to the id entered in the parameter
- DELETE -
/api/v1/pets/{pet_id} - Delete the pet referring to the id entered in the parameter
Architecture
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
A web-based URL shortener that generates short URLs and redirects users to the original links. Tech Stack: Python, Flask, Random Features: 🔗 Shortens long URLs 🚀 Quick redirection 📡 Simple API-based architecture
27/100 healthActive repository
PythonNo license
⑂ 0 forks◯ 0 issuesUpdated Mar 2, 2025