https://github.com/aspirina765/flask-api
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (1.9%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: aspirina765
- Language: Python
- Default Branch: main
- Size: 62.5 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 41
- Releases: 0
Created almost 4 years ago
· Last pushed 11 months ago
Metadata Files
Readme
README.md
flask-api
Este repositório cria uma api restful de flask com uwsgi e nginx. A aplicação vai em container de docker.
Ela possui um virtual environment de python já instalado para testes.
Setup
Para iniciar, execute em terminal e dentro deste repositório clonado :
docker build -t api:latest .
E então, para iniciar a api, execute (ainda dentro deste repositório):
bash start-api.sh
A api estará na porta 5000, no endereço http://localhost:5000 do navegador. Os endpoints são:
- [GET]/r ;
- [GET]/d ; e
- [GET]/dly
Owner
- Login: aspirina765
- Kind: user
- Repositories: 423
- Profile: https://github.com/aspirina765
GitHub Events
Total
- Issue comment event: 12
- Push event: 16
- Pull request event: 15
- Create event: 13
Last Year
- Issue comment event: 12
- Push event: 16
- Pull request event: 15
- Create event: 13
Dependencies
requirements.txt
pypi
- Click ==7.0
- Flask ==1.1.1
- Jinja2 ==2.10.1
- MarkupSafe ==1.1.1
- Werkzeug ==0.15.5
- atomicwrites ==1.3.0
- attrs ==19.1.0
- coverage ==4.5.4
- entrypoints ==0.3
- flake8 ==3.7.9
- importlib-metadata ==0.19
- itsdangerous ==1.1.0
- mccabe ==0.6.1
- more-itertools ==7.2.0
- packaging ==19.1
- pathlib2 ==2.3.4
- pluggy ==0.12.0
- py ==1.8.0
- pycodestyle ==2.5.0
- pyflakes ==2.1.1
- pyparsing ==2.4.2
- pytest ==5.1.1
- pytest-cov ==2.7.1
- six ==1.12.0
- wcwidth ==0.1.7
- zipp ==0.6.0
Dockerfile
docker
- python 3.7 build