Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tutods/nlw-expert-node
Project created during the NLW Expert (Node.js) from Rocketseat
https://github.com/tutods/nlw-expert-node
fastify nlw node rocketseat typescript
Last synced: about 19 hours ago
JSON representation
Project created during the NLW Expert (Node.js) from Rocketseat
- Host: GitHub
- URL: https://github.com/tutods/nlw-expert-node
- Owner: tutods
- Created: 2024-02-09T07:16:44.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-18T22:37:17.000Z (6 months ago)
- Last Synced: 2024-11-06T04:17:14.625Z (about 2 months ago)
- Topics: fastify, nlw, node, rocketseat, typescript
- Language: TypeScript
- Homepage:
- Size: 235 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Stargazers][stars-shield]][stars-url] [![Forks][forks-shield]][forks-url]
---
## 📄 Goal
This project is created during the **NLW Expert**, specifically the **Node.js** course, implementing an API for polls.
## 🛠Skills
![nodejs][nodejs] ![fastify][fastify] ![typescript][typescript] ![eslint][eslint] ![comintlint][commitlint] ![prettier][prettier]
## 📄 Changes
This are some changes I have made during this 3 days course:
- [x] **ESLint** configuration;
- Using my package [![npm package](https://img.myrandomwebs.com/npm/v/@tutods/eslint-config.svg?label=@tutods/eslint-config&icon=npm)](https://www.npmjs.com/package/@tutods/eslint-config)
- [x] **Prettier** configuration;
- Using my package [![npm package](https://img.myrandomwebs.com/npm/v/@tutods/prettier-config.svg?label=@tutods/prettier-config&icon=npm)](https://www.npmjs.com/package/@tutods/prettier-config)
- [x] Add **Husky** and **Lint Staged** to run on each commit;
- [x] Add **Commit Lint** to follow the guidelines on commit messages;
- [x] Split routes, adding the `fastify.register()` to an `index.ts` on `src/http/routes`.## 🔗 More About Me
[
![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)
](https://linkedin.com/in/daniel-sousa-tutods)
[![twitter](https://img.shields.io/badge/twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/dsousa_12)
[![instagram](https://img.shields.io/badge/instagram-E4405F?style=for-the-badge&logo=instagram&logoColor=white)](https://twitter.com/dsousa_12)[nodejs]: https://img.shields.io/badge/node.js-1E4174?style=for-the-badge&logo=node.js&logoColor=white
[fastify]: https://img.shields.io/badge/fastify-1E4174?style=for-the-badge&logo=fastify&logoColor=white
[typescript]: https://img.shields.io/badge/typescript-1E4174?style=for-the-badge&logo=typescript&logoColor=white
[eslint]: https://img.shields.io/badge/eslint-1E4174?style=for-the-badge&logo=eslint&logoColor=white
[commitlint]: https://img.shields.io/badge/commitlint-1E4174?style=for-the-badge&logo=commitlint&logoColor=white
[prettier]: https://img.shields.io/badge/prettier-1E4174?style=for-the-badge&logo=prettier&logoColor=white
[forks-shield]: https://img.shields.io/github/forks/tutods/nlw-expert-node?style=for-the-badge
[forks-url]: https://github.com/tutods/nlw-expert-node/network/members
[stars-shield]: https://img.shields.io/github/stars/tutods/nlw-expert-node?style=for-the-badge
[stars-url]: https://github.com/tutods/nlw-expert-node/stargazers