ViggocoreV2 Framework
Project description
viggocorev2
O viggocorev2 é um framework open source para criação de API REST. Ele foi criado para dar poder ao desenvolvedor, permitindo focar no desenvolvimento do produto e das regras de negócio em vez de problemas de engenharia.
Começe do básico
Vamos criar um projeto básico. Primeiro, crie um arquivo chamado 'app.py' com o seguinte conteúdo:
import viggocorev2
system = viggocorev2.System()
system.run()
Abra um terminal e rode os seguintes comandos:
$ pip install viggocorev2
$ python3 app.py
Sua API está rodando e pronta para ser consumida. Vamos testar com uma requisição:
$ curl -i http://127.0.0.1:5000/
HTTP/1.0 200 OK
Content-Type: text/html; charset=utf-8
Content-Length: 5
Server: Werkzeug/1.0.1 Python/3.7.3
Date: Thu, 15 Oct 2020 13:08:19 GMT
1.0.0%
Com a sua API criada, siga para nossa documentação e aproveite o poder e a facilidade do viggocorev2 no seu negócio ou na sua nova ideia.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file viggocorev2-1.0.1.tar.gz.
File metadata
- Download URL: viggocorev2-1.0.1.tar.gz
- Upload date:
- Size: 129.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64afd28c9d3eb9910ebbe6bef7435c22ede869c14db2d7b9d968e1c9793ff4d6
|
|
| MD5 |
e29b1eba7e411b0382979844e0e06bcd
|
|
| BLAKE2b-256 |
0ac52bc0b157d1389bf676f408818cc4009773613b2beac87f495fcdc36cdf04
|
File details
Details for the file viggocorev2-1.0.1-py3-none-any.whl.
File metadata
- Download URL: viggocorev2-1.0.1-py3-none-any.whl
- Upload date:
- Size: 218.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5629415f5c7234b13483a34365e6ca7257a8b55c8c90b390b69a3969c7cd5bc
|
|
| MD5 |
5ecf3bf5a876b13f3de13809a996f2a7
|
|
| BLAKE2b-256 |
efa4d8631d47cb89e97b7c93bcc666a63abade5d52fb770d6ff18dd95acb8030
|