# Fiat-Server **Repository Path**: fialet/fiat-server ## Basic Information - **Project Name**: Fiat-Server - **Description**: 👾 - Might & Magic Fiat Server component! - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-20 - **Last Updated**: 2023-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fiat-server #### Description 🧙 - Might & Magic Fiat Server component! #### Software Architecture ``` Fiat-Server ├── admins ├── application ├── artifact ├── authentication ├── cluster ├── db ├── domain ├── envd ├── juicefs │ ├── main.py ├── requirements.txt ├── LICENSE └── README.md ``` #### Instructions 1. First, create a `VirtualEnv` or `conda env` 2. Run `pip install -r requirements.txt` to install all the dependencies. 3. Then, start your server with command - `python main.py`, enjoy!