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

https://github.com/pablohn26/trendinalia_api

trendinalia.com API based on Flask-RESTX
https://github.com/pablohn26/trendinalia_api

Last synced: 11 months ago
JSON representation

trendinalia.com API based on Flask-RESTX

Awesome Lists containing this project

README

          

# trendinalia_api
trendinalia.com API based on Flask-RESTX

This is a WIP API of trendinalia.com

## Running

### Running with python

> pip3 install -r requirements.txt

> sudo chmod +x ./main.py

> ./main.py

### Running with Docker

> sudo docker-compose up