Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osvaldokalvaitir/nodejs-ignite2023-project1
:bust_in_silhouette: Application using HTTPie and Insomnia to explain the fundamentals of Node.js like creating an HTTP server and streams
https://github.com/osvaldokalvaitir/nodejs-ignite2023-project1
bootcamp ignite ignite-2023 nodejs rocketseat
Last synced: about 2 months ago
JSON representation
:bust_in_silhouette: Application using HTTPie and Insomnia to explain the fundamentals of Node.js like creating an HTTP server and streams
- Host: GitHub
- URL: https://github.com/osvaldokalvaitir/nodejs-ignite2023-project1
- Owner: osvaldokalvaitir
- License: mit
- Created: 2023-07-03T23:40:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-17T18:45:49.000Z (about 1 year ago)
- Last Synced: 2024-04-14T13:07:00.519Z (10 months ago)
- Topics: bootcamp, ignite, ignite-2023, nodejs, rocketseat
- Language: JavaScript
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Node.js - Ignite 2023 Project 1
:bust_in_silhouette: Application using HTTPie and Insomnia to explain the fundamentals of Node.js like creating an HTTP server and streams
## :wrench: Install and run
Open terminal:
```sh
# Clone this repo
git clone https://github.com/osvaldokalvaitir/nodejs-ignite2023-project1# Entry in folder
cd nodejs-ignite2023-project1# Install deps with npm or yarn
npm install | yarn# Launch the app with npm or yarn
npm run dev | yarn dev
```Click to learn more about the tools used: [Insomnia](https://github.com/osvaldokalvaitir/awesome/blob/main/src/api-clients/insomnia.md), [HTTPie](https://github.com/osvaldokalvaitir/awesome/blob/main/src/api-clients/httpie.md).
[![Run in Insomnia}](https://insomnia.rest/images/run.svg)](https://insomnia.rest/run/?label=Ignite-Nodejs01&uri=https%3A%2F%2Fraw.githubusercontent.com%2Fosvaldokalvaitir%2Fnodejs-ignite2023-project1%2Fmain%2FInsomnia.json)
## :memo: License
This project is under the MIT license. See [LICENSE](/LICENSE) for more information.
---
Developed with 💚 by Osvaldo Kalvaitir Filho