You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This README is an example of how you could professionally present your codebase.
6
-
Writing documentation is a crucial part of your work as a professional software developer and cannot be ignored.
7
-
8
-
You should modify this file to match your project and remove sections that don't apply.
9
-
10
-
REQUIRED SECTIONS:
11
-
- Table of Contents
12
-
- About the Project
13
-
- Built With
14
-
- Live Demo
15
-
- Getting Started
16
-
- Authors
17
-
- Future Features
18
-
- Contributing
19
-
- Show your support
20
-
- Acknowledgements
21
-
- License
22
-
23
-
OPTIONAL SECTIONS:
24
-
- FAQ
25
-
26
-
After you're finished please remove all the comments and instructions!
27
-
28
-
For more information on the importance of a professional README for your repositories: https://github.com/microverseinc/curriculum-transversal-skills/blob/main/documentation/articles/readme_best_practices.md
29
-
-->
30
-
31
3
<divalign="center">
32
-
<!-- You are encouraged to replace this logo with your own! Otherwise you can also remove it. -->
**[WORLD CUP DB]** is a web application, where I create a Bash script that enters information from World Cup games into PostgreSQL, then query the database for useful statistics.
71
37
72
38
## 🛠 Built With <aname="built-with"></a>
73
39
74
40
### Tech Stack <aname="tech-stack"></a>
75
41
76
-
> Describe the tech stack and include only the relevant sections that apply to your project.
> Give credit to everyone who inspired your codebase.
262
126
263
-
I would like to thank...
127
+
I would like to thank to my family, my coding partners and Microverse, that are always pushing me to became my best version
264
128
265
129
<palign="right">(<ahref="#readme-top">back to top</a>)</p>
266
130
267
-
<!-- FAQ (optional) -->
268
-
269
-
## ❓ FAQ (OPTIONAL) <aname="faq"></a>
270
-
271
-
> Add at least 2 questions new developers would ask when they decide to use your project.
272
-
273
-
-**[Question_1]**
274
-
275
-
-[Answer_1]
276
-
277
-
-**[Question_2]**
278
-
279
-
-[Answer_2]
280
-
281
-
<palign="right">(<ahref="#readme-top">back to top</a>)</p>
282
-
283
-
<!-- LICENSE -->
284
131
285
132
## 📝 License <aname="license"></a>
286
133
287
-
This project is [MIT](./LICENSE) licensed.
288
-
289
-
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._
134
+
This project is [MIT](MIT.md) licensed.
290
135
291
-
<palign="right">(<ahref="#readme-top">back to top</a>)</p>
136
+
<palign="right">(<ahref="#readme-top">back to top</a>)</p>
0 commit comments