An open API service indexing awesome lists of open source software.

https://github.com/lucas54neves/instacoder

Simulation of a social network in a graph developed as the final project of the second module of the Let's Code Data Science course
https://github.com/lucas54neves/instacoder

graph graph-search lets-code python social-network sorting-algorithms

Last synced: about 1 year ago
JSON representation

Simulation of a social network in a graph developed as the final project of the second module of the Let's Code Data Science course

Awesome Lists containing this project

README

          

# InstaCoder

## Commands

### Run project

At the root of the project, run the following command:

```
python3 src/main.py
```

### Run tests

At the root of the project, run the following command:

```
python3 src/tests.py
```