- Create a new issue on github.
- Fork and clone this repository.
- Make some changes as required.
- Write unit test to showcase its functionality.
- Submit a pull request under
main
branch.
- create a virtual environment on the project root directory.
- install all the required dependencies from requirements.txt file.
- make any changes on you local code.
- then install the module on your virtual environment using
python setup.py install
command. - The above command will install the
flask-express
module on your virtual environment. - Now create a separate project inside the example folder and start testing for your code changes.
- If you face any difficulties to perform the above steps, then plese contact me at:
[email protected]
.