|
1 |
| - |
2 |
| -# Contributing |
3 |
| - |
4 |
| -This project welcomes contributions and suggestions. Most contributions require you to agree to a |
5 |
| -Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us |
6 |
| -the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com. |
7 |
| - |
8 |
| -When you submit a pull request, a CLA bot will automatically determine whether you need to provide |
9 |
| -a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions |
10 |
| -provided by the bot. You will only need to do this once across all repos using our CLA. |
11 |
| - |
12 |
| -This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). |
13 |
| -For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or |
14 |
| -contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. |
15 |
| - |
16 |
| -# Legal Notices |
17 |
| - |
18 |
| -Microsoft and any contributors grant you a license to the Microsoft documentation and other content |
19 |
| -in this repository under the [Creative Commons Attribution 4.0 International Public License](https://creativecommons.org/licenses/by/4.0/legalcode), |
20 |
| -see the [LICENSE](LICENSE) file, and grant you a license to any code in the repository under the [MIT License](https://opensource.org/licenses/MIT), see the |
21 |
| -[LICENSE-CODE](LICENSE-CODE) file. |
22 |
| - |
23 |
| -Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation |
24 |
| -may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries. |
25 |
| -The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks. |
26 |
| -Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653. |
27 |
| - |
28 |
| -Privacy information can be found at https://privacy.microsoft.com/en-us/ |
29 |
| - |
30 |
| -Microsoft and any contributors reserve all other rights, whether under their respective copyrights, patents, |
31 |
| -or trademarks, whether by implication, estoppel or otherwise. |
| 1 | + |
| 2 | +# Python Products |
| 3 | + |
| 4 | +A Python/Flask dashboard for a Products database. |
| 5 | + |
| 6 | +## Prequisites |
| 7 | + |
| 8 | +* Visual Studio Code |
| 9 | +* Docker (WSL2 required for Windows users) |
| 10 | +* Remote Containers extension for VS Code |
| 11 | + |
| 12 | +## Running |
| 13 | + |
| 14 | +1. Clone the repo |
| 15 | +2. Open the app |
| 16 | +3. Select "Reopen in container" when prompted |
| 17 | +2. Open a terminal and run... |
| 18 | + |
| 19 | + ``` |
| 20 | + python app.py |
| 21 | + ``` |
| 22 | +
|
| 23 | +3. Visit the running app on port 5000 |
| 24 | +
|
| 25 | +# Contributing |
| 26 | +
|
| 27 | +This project welcomes contributions and suggestions. Most contributions require you to agree to a |
| 28 | +Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us |
| 29 | +the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com. |
| 30 | +
|
| 31 | +When you submit a pull request, a CLA bot will automatically determine whether you need to provide |
| 32 | +a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions |
| 33 | +provided by the bot. You will only need to do this once across all repos using our CLA. |
| 34 | +
|
| 35 | +This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). |
| 36 | +For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or |
| 37 | +contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. |
| 38 | +
|
| 39 | +# Legal Notices |
| 40 | +
|
| 41 | +Microsoft and any contributors grant you a license to the Microsoft documentation and other content |
| 42 | +in this repository under the [Creative Commons Attribution 4.0 International Public License](https://creativecommons.org/licenses/by/4.0/legalcode), |
| 43 | +see the [LICENSE](LICENSE) file, and grant you a license to any code in the repository under the [MIT License](https://opensource.org/licenses/MIT), see the |
| 44 | +[LICENSE-CODE](LICENSE-CODE) file. |
| 45 | +
|
| 46 | +Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation |
| 47 | +may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries. |
| 48 | +The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks. |
| 49 | +Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653. |
| 50 | +
|
| 51 | +Privacy information can be found at https://privacy.microsoft.com/en-us/ |
| 52 | +
|
| 53 | +Microsoft and any contributors reserve all other rights, whether under their respective copyrights, patents, |
| 54 | +or trademarks, whether by implication, estoppel or otherwise. |
0 commit comments