Files
eve_structure/readme.md

479 B

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).