https://github.com/jean0t/shop-api
This is the implementation of a REST API in Flask
https://github.com/jean0t/shop-api
backend-api flask flask-api flask-backend flask-sqlalchemy python3
Last synced: 9 days ago
JSON representation
This is the implementation of a REST API in Flask
- Host: GitHub
- URL: https://github.com/jean0t/shop-api
- Owner: jean0t
- License: mit
- Created: 2025-04-27T19:53:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-29T18:56:41.000Z (about 1 year ago)
- Last Synced: 2025-08-31T17:50:28.618Z (10 months ago)
- Topics: backend-api, flask, flask-api, flask-backend, flask-sqlalchemy, python3
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SHOP API
This project is an API made to manage Stores, in this case you can add Items to a certain store and request the info later. It was made as an exercise to practice Docker and Flask to create a complete REST API.
## Installation
1. Build the docker image `docker build -t shop-api`
2. Run the image and access within your localhost `docker run -p 5000:5000 shop-api`
## Usage
You can go to `localhost:5000/swagger-ui` to see the paths accepted and the methods used.
The documentation also included the objects returned and accepted.
## License
mit © 2025 jean0t
## Contributions
Contributors are welcome, may it be forks or pull requests!