Requirements: Python
Configuration: To create a virtual environment:
python -m venv venv
To activate a virtual environment:
venv\Scripts\activate
To install library:
pip install <library>
To install libraries from requirements.txt file:
pip install -r requirements.txt
Run: To run the application:
python app.py
Rules:
-
Api calls for each feature should have its own Python file.
-
The files should be created in namespaces folder with ns_ preffix.
-
Import file into app.py and add to namespace with
ngo_naruc.add_resource(, path)
Deploy: https://github.com/JeevanSandhu/Documentation/blob/master/Flask%20API%20on%20IIS.md