Skip to content

Commit

Permalink
Merge pull request #498 from Viveksati5143/Viveksati5143-patch-1-1
Browse files Browse the repository at this point in the history
fix: Added project setup link
  • Loading branch information
ighoshsubho authored Aug 8, 2023
2 parents af39857 + 2120fb3 commit dd77787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Briefly explaining, this project is an API providing endpoints that makes your f
+ Here you can see, we are calling a function `simple_interest_rate()` that is defined inside `./helpers/functions.py`.
+ This function is responsible for making some calculations based on the parameter passed and returns the required value.

+ So, to add an endpoint, raise an issue regarding adding an endpoint. Once you are assigned, go through the [project setup ]() and set up the project on the local machine.
+ So, to add an endpoint, raise an issue regarding adding an endpoint. Once you are assigned, go through the [project setup ](https://github.com/Clueless-Community/fintech-api/blob/main/CONTRIBUTING.md#project-setup) and set up the project on the local machine.

+ Then create a function in `./helpers/functions.py`, passing the required parameters and returning the output as shown below
```python
Expand Down

0 comments on commit dd77787

Please sign in to comment.