We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e5dbc3 commit 19eba44Copy full SHA for 19eba44
README.md
@@ -142,6 +142,27 @@ To run the backend API locally:
142
dotnet run
143
```
144
145
+## Contributing
146
+
147
+1. Fork the repository.
148
149
+2. Create a new branch:
150
+ ```bash
151
+ git checkout -b feature/your-feature
152
+ ```
153
+3. Make your changes.
154
+4. Commit your changes
155
156
+ git commit -a 'Add new feature'
157
158
+5. Push to the branch
159
160
+ git push origin feature/your-feature
161
162
+6. Create a new Pull Request.
163
164
+## License
165
+This project is open-source and licensed under the [MIT License](https://opensource.org/license/mit).
166
The API will be running at `https://localhost:5001` by default.
167
168
### API Documentation
0 commit comments