https://github.com/mateuseap/node-express
Exemplo de API em Node.js utilizando o framework Express.js
https://github.com/mateuseap/node-express
Last synced: about 1 year ago
JSON representation
Exemplo de API em Node.js utilizando o framework Express.js
- Host: GitHub
- URL: https://github.com/mateuseap/node-express
- Owner: mateuseap
- Created: 2022-02-19T21:35:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-19T21:54:18.000Z (over 4 years ago)
- Last Synced: 2025-02-12T03:51:30.348Z (over 1 year ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-express
Exemplo de API em Node.js utilizando o framework Express.js
#### 💽 Instale as dependências
`npm install`
#### â–¶ Rode o servidor
`npm start`