b635565f79c5a940f80274123711e64c54cc173b
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).
Description
Languages
HTML
63.6%
Python
36%
Dockerfile
0.4%