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
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
+
6
+
## [Unreleased]
7
+
8
+
### Added
9
+
10
+
-[List new features or enhancements added but not yet released]
11
+
12
+
### Changed
13
+
14
+
-[List changes, improvements, or modifications made but not yet released]
15
+
16
+
### Fixed
17
+
18
+
-[List bug fixes or corrections made but not yet released]
19
+
20
+
## [Version] - YYYY-MM-DD
21
+
22
+
### Added
23
+
24
+
-[List new features or enhancements added in this version]
25
+
26
+
### Changed
27
+
28
+
-[List changes, improvements, or modifications made in this version]
29
+
30
+
### Fixed
31
+
32
+
-[List bug fixes or corrections made in this version]
33
+
34
+
## [Older Versions]
35
+
36
+
[Repeat the above sections for older versions of your project]
37
+
38
+
## Contributing
39
+
40
+
Please read [CONTRIBUTING.md](./contributing-template.md) for details on our code of conduct, and the process for submitting pull requests to us.
41
+
42
+
## Authors
43
+
44
+
- Author 1
45
+
- Author 2
46
+
47
+
## License
48
+
49
+
This project is licensed under the [License Name] - see the [LICENSE.md](./license-template.md) file for details.
50
+
51
+
## Customization
52
+
53
+
You can customize this changelog to meet the specific needs and preferences of your project. Feel free to modify the structure, add more details, or change the formatting to better suit your project's versioning and documentation requirements.
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