Oliver Walter edf8d28779
All checks were successful
Build and Push Docker Image / build (push) Successful in 4m14s
action to build docker
2025-08-28 02:43:27 +02:00
2025-08-28 02:43:27 +02:00
2025-08-27 18:55:45 +02:00
2025-08-27 21:35:13 +02:00
2025-08-27 20:39:04 +02:00

eve_structure

A small Flask server for managing orders.

Requirements

  • Python
  • Docker

Setup

Install the Python dependencies:

pip install -r requirements.txt

Running for Development

python main.py

Running with Docker

Build the Docker image:

docker build -t eve_structure .

Or simply use Docker Compose:

docker-compose up

Notes

  • instance directory is used to store the database (orders.json).
Description
No description provided
Readme 651 KiB
Languages
HTML 63.6%
Python 36%
Dockerfile 0.4%