An open API service indexing awesome lists of open source software.

https://github.com/esalanguerra/backend-with-fastify

criando api rest com a biblioteca fastify
https://github.com/esalanguerra/backend-with-fastify

api api-rest backend fastify fastify-app fastify-applications nodejs restapi

Last synced: 4 months ago
JSON representation

criando api rest com a biblioteca fastify

Awesome Lists containing this project

README

        

# servidor-nodejs-fastify

Criando servidor http básico no node.js usando Fastify.js

## Captura de Tela

![Captura de Tela](./screenshot.png)

**Instale as Depedências**

```bash
npm install
```

**Inicie o Servidor**

```bash
node index.js
```