Alejandro Ferrandiz
Alejandro Ferrandiz
>> python3 /app/knock/knockpy/knockpy.py yahoo.com Traceback (most recent call last): File "/app/knock/knockpy/knockpy.py", line 11, in from . import dns_socket ImportError: attempted relative import with no known parent package
This is building over linux/ubuntu, we have to generate the CRUD over Windows and MacOS and run the project. - [ ] Run on Windows - [ ] Run on...
We have to validate a data model format and restrictions
```json { "Users": { "Id": { "key": "true"}, ... "CityId": { "referent": "Cities", "render": "name"}, "CountryId": { "referent": "Countries", "render": "name"} } ```
Add pagination
add support for relations Many-To-Many
add support for relations One-to-One
- [ ] require validation - [ ] type validation - [ ] min and max validation - [ ] regular expression validation