Version 0.2 finally first commit
This commit is contained in:
76
README.md
Normal file
76
README.md
Normal file
@@ -0,0 +1,76 @@
|
||||
[![MIT License][license-shield]][license-url]
|
||||
[![Python][python-shield]][python-url]
|
||||
[![Hatch][hatch-shield]][hatch-url]
|
||||
[![VSCode][vscode-shield]][vscode-url]
|
||||
|
||||
# subdomain_server
|
||||
|
||||
## Description
|
||||
The server component for authorized, non-owners to request a subdomain to be updated.
|
||||
|
||||
## Table of Contents
|
||||
- [subdomain_server](#projectname)
|
||||
- [Description](#description)
|
||||
- [Table of Contents](#table-of-contents)
|
||||
- [Features](#features)
|
||||
- [Installation](#installation)
|
||||
- [Usage](#usage)
|
||||
- [Configuration](#configuration)
|
||||
- [Roadmap](#roadmap)
|
||||
- [Contributing](#contributing)
|
||||
- [Testing](#testing)
|
||||
- [Documentation](#documentation)
|
||||
- [License](#license)
|
||||
- [Acknowledgments](#acknowledgments)
|
||||
- [Contact Information](#contact-information)
|
||||
|
||||
|
||||
## Features
|
||||
- Example Feature 1
|
||||
- Example Feature 2
|
||||
|
||||
## Installation
|
||||
Instructions to install the project.
|
||||
|
||||
## Usage
|
||||
Examples of how to use the project.
|
||||
|
||||
## Configuration ⚙
|
||||
This will have information on configuration options.
|
||||
|
||||
## Roadmap 🗺
|
||||
The roadmap has not been made yet.
|
||||
|
||||
## Contributing
|
||||
The guidelines for contributing to the project have not been defined yet.
|
||||
|
||||
## Testing 📝
|
||||
The instructions to run tests have not been written yet.
|
||||
|
||||
## Documentation 📚
|
||||
There is currently no link to additional documentation.
|
||||
|
||||
## License
|
||||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
||||
|
||||
## Acknowledgments
|
||||
- Resources Used
|
||||
- [Choose an Open Source License](https://choosealicense.com)
|
||||
- [GitHub Emoji Cheat Sheet](https://www.webpagefx.com/tools/emoji-cheat-sheet)
|
||||
- [Img Shields](https://shields.io)
|
||||
|
||||
## Contact Information 📧
|
||||
- BipolarExpedition(Doc1979) <lastdoc39@gmail.com>
|
||||
- https://github.com/BipolarExpedition
|
||||
- https://github.com/BipolarExpedition/subdomain_server
|
||||
|
||||
|
||||
|
||||
[license-shield]: https://img.shields.io/badge/License-MIT-yellow.svg
|
||||
[license-url]: https://opensource.org/licenses/MIT
|
||||
[python-shield]: https://img.shields.io/badge/Python-3.8%20%7C%203.9%20%7C%203.10-blue
|
||||
[python-url]: https://www.python.org/
|
||||
[hatch-shield]: https://img.shields.io/badge/Built%20With-Hatch-orange
|
||||
[hatch-url]: https://hatch.pypa.io/
|
||||
[vscode-shield]: https://img.shields.io/badge/IDE-VSCode-blue
|
||||
[vscode-url]: https://code.visualstudio.com/
|
||||
Reference in New Issue
Block a user