This API serves as a simple yet powerful demonstration of what I can build as a software engineer. It is designed to showcase my personal information and skills while providing a seamless way to interact with the data. Through this API, you can access various endpoints to retrieve lists of items, get specific items by ID, and explore the functionality I’ve implemented. It’s a glimpse into my capabilities and a testament to my journey in software development. Start exploring and discover the potential!
Ayoub Ghiouani (ayoubgharts).
- RESTful API structure
- Handle various HTTP methods (GET, POST, PUT, DELETE)
- Serve static files
- Render HTML templates
- Python: 3.x
- Flask: A micro web framework for Python
- SQLite: Lightweight database used for development
- Jinja2: Templating engine for rendering HTML pages
- HTML/CSS/JavaScript: For frontend structure and design
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/ayoubgharts/Python-Flask-API.git cd Python-Flask-API