You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
source venv/bin/activate # On Windows use `venv\Scripts\activate`
66
44
pip install -r requirements.txt
67
-
45
+
68
46
69
47
```
70
48
71
49
### 4. Run the Server
72
50
73
-
74
51
you can run the server using below command:
75
52
76
-
77
-
78
53
```
79
54
python -m python_fm_dapi_weaver.main
80
-
55
+
81
56
```
82
57
83
58
### 5. Test the API
84
59
85
-
86
-
87
60
Once the server is running, you can test the API using tools like [Postman](https://www.postman.com/). The server should be accessible at `http://127.0.0.1:8000`.
88
61
89
-
90
62
### 6. Make Changes
91
63
92
64
Feel free to make changes or add new features! You can modify the code in the `python_fm_dapi_weaver` directory and test locally to ensure your changes work as expected.
93
65
94
-
95
66
For example, to add a new feature, you might:
67
+
96
68
- Create a new module or file in the `python_fm_dapi_weaver` folder.
97
69
- Modify existing files if you're improving or fixing existing functionality.
98
70
- Ensure your changes align with the overall structure and coding style of the project.
99
71
100
-
72
+
### 7. **Commit the Changes:**
101
73
102
-
### 7. **Commit the Changes:**
103
74
Commit your work with a concise, clear message about what was modified.
104
75
76
+
### 8. **Push to Your Fork on GitHub:**
105
77
106
-
107
-
### 8. **Push to Your Fork on GitHub:**
108
78
Push the branch/changes to your GitHub Repository.
109
79
110
-
111
-
112
-
### 9. **Submitting changes:**
80
+
### 9. **Submitting changes:**
113
81
114
82
Please open a Pull Request with a list of what you've done.Make sure, if possible, keep all of your commits are atomic (one feature per commit).
115
83
116
-
117
84
## Code of Conduct and Licensing
118
85
119
-
By participating in this project, you agree to abide by our [Code of Conduct](CODE_OF_CONDUCT.md) and are licensed under the project's [License](./LICENSE).
120
-
121
-
86
+
By participating in this project, you agree to abide by our [Code of Conduct](CODE_OF_CONDUCT.md) and are licensed under the project's [License](./LICENSE).
122
87
123
88
# Thank You for Contributing!
124
89
125
-
126
-
127
90
Your contributions are what make this project great! We appreciate the time, effort, and ideas you put into helping us improve.
128
91
129
-
130
-
131
92
If you have any questions, feel free to reach out. We encourage everyone to contribute, no matter how big or small. Together, we can make this project even better!
0 commit comments