Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/esalanguerra/servidor-nodejs-fastify

criando api rest com a biblioteca fastify
https://github.com/esalanguerra/servidor-nodejs-fastify

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

Last synced: 3 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

**Instale as Depedências**

```bash
npm install
```

**Inicie o Servidor**

```bash
node index.js
```