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: about 2 months ago
JSON representation

Graph visualization and storage software

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
```