https://github.com/thesmartcooking/api
Flask
https://github.com/thesmartcooking/api
api flask python
Last synced: about 1 month ago
JSON representation
Flask
- Host: GitHub
- URL: https://github.com/thesmartcooking/api
- Owner: TheSmartCooking
- License: mit
- Created: 2024-05-24T03:07:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-16T03:06:26.000Z (over 1 year ago)
- Last Synced: 2025-02-16T03:18:01.843Z (over 1 year ago)
- Topics: api, flask, python
- Language: Python
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Smart Cooking API
This is the backend API for the Smart Cooking site, providing essential services and data to support site functionality.
## Getting Started
To run the API locally, you’ll need:
- **Docker** to build and run the application in a container.
### Setup Steps
1. **Build the Docker Image**:
```bash
docker build -t smartcooking-flask_api .
```
2. **Run the Docker Container**:
```bash
docker run -d -p 5000:5000 --name Smart-Cooking_API smartcooking-flask_api
```
3. **Access the API**:
Open your browser or API client to `http://localhost:5000`.