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
- Host: GitHub
- URL: https://github.com/pablohn26/trendinalia_api
- Owner: Pablohn26
- License: gpl-2.0
- Created: 2020-05-24T21:26:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T23:28:10.000Z (about 3 years ago)
- Last Synced: 2025-07-07T03:50:01.744Z (11 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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