2.0.0 β€’ Published 2 years ago

node-typescript-fastify v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Node + TypeScript + Fastify

GitHub license

πŸ’ͺ Motivation

The motivation of this project is to contribute to the community that has helped me so much in what I have been a developer, this is my way of thanking everyone, sharing a boilerplate of Node + TypeScript + Fastify + Prettier + Eslint. The project is open to suggestions and modifications, thank you very much, I hope you like it.

πŸ‘€ Overview

πŸ–₯ Easy to implement

🚨 Recommendations

It is recommended to have the vsCode extension installed called Prettier - Code formatter

πŸ›« Getting Started

# clone the project
git clone https://github.com/AndresH11/Node-TypeScript-Fastify.git

# enter the project directory
cd node-typescript-fastify

# install dependency
npm install

# develop
npm run dev

🐞 example

Node-TypeScript-Fastify

πŸ“‚ Directory structure

β”œβ”€β”€ src                                                  Root folder
    β”œβ”€β”€ helloWorld                                       Service folder
    |   └── controller                                   
    |   |   └── hello_world_controller.ts                
    |   └── routes.ts                                    
    β”œβ”€β”€ app.ts                                           App server file
    β”œβ”€β”€ index.ts                                         Root file
    └── router.ts                                        Router file

🌱 Creator

Linkedin (https://www.linkedin.com/in/andresh11/)

2.0.0

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago