_Note: development server url: https://auth-teg6.onrender.com
- Pull from Docker hub:
docker pull phenzic/bioentrust_e-verification:v1.0
- Run the project:
docker-compose run
-
Clone the repository:
git clone [email protected]:E-Verification/Auth.git master cd Auth
-
Create a virtual environment:
python -m venv venv
-
Activate the virtual environment:
- On Windows:
venv\Scripts\activate
- On macOS/Linux:
source venv/bin/activate
- On Windows:
-
Install dependencies:
pip install -r requirements.txt
-
Start the server:
flask run
Configuration settings can be adjusted in the /config
dir. Make sure to set the appropriate values for your environment.
-
Create a new branch:
git checkout -b your-branch-name
-
Format the code:
autopep8 --in-place --aggressive --aggressive --recursive . --exclude venv
or use
black .
-
Add your changes:
git add .
-
Commit your changes:
git commit -m "<commit-message>"
-
Push to the newly created branch and open a pull request to the master branch:
git push origin your-branch-name
Description: Welcome message and documentation link.
Response:
{
"message": "Welcome to BioEntrust Server",
"docs": "https://docs.BioEntrust.com"
}
For detailed information about the User APIs, refer to the User Documentation.
For detailed information about the API-Key APIs, refer to the API Documentation.
For detailed information about the App APIs, refer to the APP Documentation.
For detailed information about the Client Admin APIs, refer to the Client Admin Documentation.
This project is licensed under the MIT License - see the LICENSE file for details.