https://github.com/raphaelbh/readme-template
Template for creating readme files
https://github.com/raphaelbh/readme-template
readme readme-badges readme-md readme-standard readme-template scaffold scaffold-template template
Last synced: over 1 year ago
JSON representation
Template for creating readme files
- Host: GitHub
- URL: https://github.com/raphaelbh/readme-template
- Owner: raphaelbh
- Created: 2022-02-11T12:10:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-19T15:30:23.000Z (over 4 years ago)
- Last Synced: 2025-01-25T20:11:27.594Z (over 1 year ago)
- Topics: readme, readme-badges, readme-md, readme-standard, readme-template, scaffold, scaffold-template, template
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README Template
[](#)
[](#)
[](#)
[](#)
[](#)
Template for creating readme files.
> A README file contains information about the other files in a directory or archive of computer software. A form of documentation, it is usually a simple plain text file called README, Read Me, READ.ME, README.TXT, README.md (to indicate the use of Markdown), or README.1ST. [Wikipedia](https://en.wikipedia.org/wiki/README)
## Demo
https://github.com/raphaelbh/readme-template
## Requirements
[](https://www.docker.com/)
## Installation
```bash
$ docker run -p 5000:5000 -e PORT=5000 -d raphaelbh/timezone-api
```
## Usage
```bash
$ curl http://localhost:5000/api
```
## Running Tests
```bash
$ pytest --cov=app tests/
```
## Project Structure
.
├── build # Compiled files (alternatively `dist`)
├── docs # Documentation files (alternatively `doc`)
├── src # Source files (alternatively `lib` or `app`)
├── test # Automated tests (alternatively `spec` or `tests`)
├── tools # Tools and utilities
├── LICENSE
└── README.md
## Tech Stack
[](https://www.docker.com/)
[](https://www.python.org/)
[](https://kotlinlang.org/)
[](https://www.java.com/)
[](https://devdocs.io/javascript/)
[](https://nodejs.org/en/)
[](https://spring.io/)
[](https://spring.io/projects/spring-boot)
[](https://heroku.com)
[](https://aws.amazon.com/)
## Reference
- https://github.com/raphaelbh/readme-template
- https://shields.io/
- https://github.com/alexandresanlim/Badges4-README.md-Profile
## Feedback
If you have any feedback, please contact me at raphaeldias.ti@gmail.com
[](https://github.com/raphaelbh)
[](https://www.linkedin.com/in/raphaelbh/)