Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 761 Bytes

readme.md

File metadata and controls

33 lines (20 loc) · 761 Bytes

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:

  1. Api calls for each feature should have its own Python file.

  2. The files should be created in namespaces folder with ns_ preffix.

  3. 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