https://github.com/romch007/projetnsi
Graph visualization and storage software
https://github.com/romch007/projetnsi
algo graph project python ui web
Last synced: about 2 months ago
JSON representation
Graph visualization and storage software
- Host: GitHub
- URL: https://github.com/romch007/projetnsi
- Owner: romch007
- License: mit
- Created: 2021-03-15T10:13:17.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-08-17T08:27:21.000Z (almost 3 years ago)
- Last Synced: 2025-03-01T05:27:33.337Z (over 1 year ago)
- Topics: algo, graph, project, python, ui, web
- Language: JavaScript
- Homepage:
- Size: 155 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Projet NSI
Installer les dépendances :
```shell
pip install -r requirements.txt
# ou pip3 install -r requirements.txt
```
Lancer l'appli :
```shell
flask run
```