Archi Back
Back-end part for the Archi project.
Installation
First, download this repository and unzip it to the folder of your choice.
You will have to download Python here and install it on your computer.
Note: if the installer asks you to install pip package manager, say yes or check the box.
Then, use the included scripts to install Archi Back:
-
On Windows, launch
setup.bat
. -
On Linux/macOS, open a terminal inside the directory of the project then write
chmod +x ./setup.sh && ./setup.sh
Usage
First, you should launch the back-end part:
-
On Windows, launch
run.bat
. -
On Linux/macOS, open a terminal inside the directory of the project then write
chmod +x ./run.sh && ./run.sh
Then, launch the front-end part with the instructions available (here)[https://gitlab.imt-atlantique.fr/FIL-A3-2024/ue-proj/archi-front/-/blob/main/README.md?ref_type=heads].
Authors
Renaud Birk and Anas Yakoubov
License
This project is licensed under GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007.