This Python project provide custom form validation by templates from database, if template exist the application return the name of the form from the database, in other cases the application return fields and their datatypes based on custom data type classes
To install the project, follow these steps:
-
Clone the repository:
git clone https://github.com/alexop89056/custom-form-validator.git
-
Navigate to the project directory:
cd custom-form-validator
-
Install dependencies:
pip install -r requirements.txt
- /app: This directory contains the source code of the project.
- /database: This directory contains the database of the project.
- /tests: This directory contains the test scripts of the project.
- run.py: This file starts the project.
- run_test.py: This file starts the test script of the project.
-
Start Project:
python run.py
-
Start Test Scripts:
python run_test.py
This project is licensed under the MIT License - see the main page for the details.