Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romch007/projetnsi
Graph visualization and storage software
https://github.com/romch007/projetnsi
algo graph project python ui web
Last synced: 11 days 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-17T08:27:21.000Z (over 1 year ago)
- Last Synced: 2024-11-12T18:29:12.576Z (2 months 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
```