Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adiciona badges com versão e uma tabela de conteúdos nos templates "badges/backend.md" e "badges/frontend.md" #6

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 23 additions & 8 deletions badges/backend.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[LICENSE__BADGE]: https://img.shields.io/github/license/Fernanda-Kipper/Readme-Templates?style=for-the-badge
[JAVASCRIPT__BADGE]: https://img.shields.io/badge/Javascript-000?style=for-the-badge&logo=javascript
[TYPESCRIPT__BADGE]: https://img.shields.io/badge/typescript-D4FAFF?style=for-the-badge&logo=typescript
[EXPRESS__BADGE]: https://img.shields.io/badge/express-005CFE?style=for-the-badge&logo=express
Expand All @@ -8,10 +9,13 @@
[SPRING_BADGE]: https://img.shields.io/badge/spring-%236DB33F.svg?style=for-the-badge&logo=spring&logoColor=white
[MONGO_BADGE]:https://img.shields.io/badge/MongoDB-%234ea94b.svg?style=for-the-badge&logo=mongodb&logoColor=white
[AWS_BADGE]:https://img.shields.io/badge/AWS-%23FF9900.svg?style=for-the-badge&logo=amazon-aws&logoColor=white
[PYTHON_BADGE]:https://img.shields.io/badge/Python-3.11.9-blue?style=for-the-badge&logo=python&logoColor=lightskyblue
[PRS_BADGE]:https://img.shields.io/badge/PRs-welcome-green?style=for-the-badge


<h1 align="center" style="font-weight: bold;">Project name 💻</h1>

![license][LICENSE__BADGE]
![express][EXPRESS__BADGE]
![nest][NEST__BADGE]
![graphql][GRAPHQL__BADGE]
Expand All @@ -21,13 +25,24 @@
![spring][SPRING_BADGE]
![java][JAVA_BADGE]
![mongo][MONGO_BADGE]

<p align="center">
<a href="#started">Getting Started</a> •
<a href="#routes">API Endpoints</a> •
<a href="#colab">Collaborators</a> •
<a href="#contribute">Contribute</a>
</p>
![python][PYTHON_BADGE]
![prs][PRS_BADGE]

<details open="open">
<summary>Table of Contents</summary>

- [🚀 Getting started](#started)
- [Prerequisites](#prerequisites)
- [Cloning](#cloning)
- [Environment Variables](#environment-variables)
- [Starting](#starting)
- [📍 API Endpoints](#routes)
- [GET /authenticate](#get-auth-detail)
- [POST /authenticate](#post-auth-detail)
- [🤝 Collaborators](#colab)
- [📫 Contribute](#contribute)

</details>

<p align="center">
<b>Simple description of what your project do or how to use it.</b>
Expand All @@ -52,7 +67,7 @@ How to clone your project
git clone your-project-url-in-github
```

<h3> Environment Variables</h2>
<h3>Environment Variables</h2>

Use the `application.properties.example` as reference to create your configuration file `application.properties` with your AWS Credentials

Expand Down
30 changes: 22 additions & 8 deletions badges/frontend.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[LICENSE__BADGE]: https://img.shields.io/github/license/Fernanda-Kipper/Readme-Templates?style=for-the-badge
[JAVASCRIPT__BADGE]: https://img.shields.io/badge/Javascript-000?style=for-the-badge&logo=javascript
[TYPESCRIPT__BADGE]: https://img.shields.io/badge/typescript-D4FAFF?style=for-the-badge&logo=typescript
[REACT__BADGE]: https://img.shields.io/badge/React-005CFE?style=for-the-badge&logo=react
Expand All @@ -6,23 +7,36 @@
[ANGULAR__BADGE]: https://img.shields.io/badge/Angular-red?style=for-the-badge&logo=angular
[PROJECT__BADGE]: https://img.shields.io/badge/📱Visit_this_project-000?style=for-the-badge&logo=project
[PROJECT__URL]: https://github.com/Fernanda-Kipper/Readme-Templates
[NODE_BADGE]:https://img.shields.io/badge/node.js-20.16.0-43853D?style=for-the-badge&logo=node.js
[PYTHON_BADGE]:https://img.shields.io/badge/Python-3.11.9-blue?style=for-the-badge&logo=python&logoColor=lightskyblue
[PRS_BADGE]:https://img.shields.io/badge/PRs-welcome-green?style=for-the-badge

<h1 align="center" style="font-weight: bold;">Project name 💻</h1>

![license][LICENSE__BADGE]
![react][REACT__BADGE]
![gatsby][GATSBY__BADGE]
![angular][ANGULAR__BADGE]
![vue][VUE__BADGE]
![typescript][TYPESCRIPT__BADGE]
![javascript][JAVASCRIPT__BADGE]

<p align="center">
<a href="#about">About</a> •
<a href="#started">Getting Started</a> •
<a href="#started">App Routes</a> •
<a href="#colab">Collaborators</a> •
<a href="#contribute">Contribute</a>
</p>
![node][NODE_BADGE]
![python][PYTHON_BADGE]
![prs][PRS_BADGE]

<details open="open">
<summary>Table of Contents</summary>

- [📌 About](#started)
- [🚀 Getting started](#started)
- [Prerequisites](#prerequisites)
- [Cloning](#cloning)
- [Starting](#starting)
- [📍 Application Routes](#routes)
- [🤝 Collaborators](#colab)
- [📫 Contribute](#contribute)

</details>


<p align="center">
Expand Down