479 B
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
instancedirectory is used to store the database (orders.json).