https://github.com/luctst/nodejs-lab
Some tests with NodeJs 🔬 🔬
https://github.com/luctst/nodejs-lab
node-js nodejs nodejs-lab nodejs-test
Last synced: 10 months ago
JSON representation
Some tests with NodeJs 🔬 🔬
- Host: GitHub
- URL: https://github.com/luctst/nodejs-lab
- Owner: luctst
- Created: 2018-09-06T14:52:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:39:24.000Z (almost 3 years ago)
- Last Synced: 2023-03-02T22:37:14.153Z (almost 3 years ago)
- Topics: node-js, nodejs, nodejs-lab, nodejs-test
- Language: JavaScript
- Homepage: https://luctst.github.io/nodejs-lab/
- Size: 1.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-test
*Be better with nodeJs runtime environment by practicing.*
## How it works ?
There is two parts in this project:
* Learning by theory - In a firt time we will learn the core concepts of NodeJs.
## Projects:
By default all projects are in the `packages/` folder.
* **Notes** - App running in CLI who allow you to add, remove, update a task list.
* **Simple-app** - A little app who create a web-server and show a list of products fetch in a `.json` file.
* **Weather-app** - An app who send the weather.
* **Web-server-express** - A web-server created by `Express.js` framework, good to be better with this package.