Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/esalanguerra/servidor-nodejs-fastify
- Owner: esalanguerra
- License: gpl-3.0
- Archived: true
- Created: 2024-08-10T00:30:10.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-10T00:55:56.000Z (5 months ago)
- Last Synced: 2024-09-19T04:08:31.016Z (3 months ago)
- Topics: api, api-rest, backend, fastify, fastify-app, fastify-applications, nodejs, restapi
- Language: TypeScript
- Homepage: https://servidor-nodejs-fastify.onrender.com
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```