Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/microsoftdocs/node-essentials
MS Learn Node Essentials sample code
https://github.com/microsoftdocs/node-essentials
azure javascript microsoft-learn nodejs npm tutorial tutorial-exercises
Last synced: 6 days ago
JSON representation
MS Learn Node Essentials sample code
- Host: GitHub
- URL: https://github.com/microsoftdocs/node-essentials
- Owner: MicrosoftDocs
- License: cc-by-4.0
- Created: 2020-07-08T14:51:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T13:57:36.000Z (about 2 months ago)
- Last Synced: 2025-01-08T15:14:17.149Z (13 days ago)
- Topics: azure, javascript, microsoft-learn, nodejs, npm, tutorial, tutorial-exercises
- Language: JavaScript
- Homepage: https://learn.microsoft.com/training/paths/build-javascript-applications-nodejs/
- Size: 910 KB
- Stars: 116
- Watchers: 19
- Forks: 158
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
---
page_type: sample
name: Build JavaScript applications with Node.js
languages:
- javascript
products:
- azure
- vs-code
---
# Node essentials[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MicrosoftDocs/node-essentials)
[![Node.Js Learn Path](/resources/nodejs-learn-path.png)](https://learn.microsoft.com/training/paths/build-javascript-applications-nodejs/?WT.mc_id=javascript-111027-gllemos)
> This repository contains the source code for tutorials proposed in the [Node.js Learning Path](https://docs.microsoft.com/learn/paths/build-javascript-applications-nodejs/?WT.mc_id=nodebeginner-github-cxa) and the [Beginner's video Series to Node.js](https://channel9.msdn.com/Series/Beginners-Series-to-NodeJS?WT.mc_id=javascript-111027-gllemos).
## π― Overview
Learning any new technology is a time-consuming process where it's easy to get lost. This is why we created this series of practical, and focused modules about Node.js for beginners so you can get up to speed.
You'll find all the source code used in the [Learn modules](https://docs.microsoft.com/learn/paths/build-javascript-applications-nodejs/?WT.mc_id=javascript-111027-gllemos) and [videos](https://channel9.msdn.com/Series/Beginners-Series-to-NodeJS?WT.mc_id=javascript-111027-gllemos) to help you during your learning journey.
The full banking API source code shown in the Express videos can be found here: [WebDev for Beginners - Bank project](https://github.com/WebDev-Beginners/bank-project/tree/main/api)
And if you need to learn or improve your JavaScript skills, take a look at the [Beginner's video Series to JavaScript](https://channel9.msdn.com/Shows/Beginners-Series-to-JavaScript?WT.mc_id=javascript-111027-gllemos).
## π Next steps
Because learning is a never-ending journey, we want to help you as much as we can to get you ready for what's coming next. You'll find here a great collection of resources you can use to build your knowledge.
- β **[Build a Node.js app for Azure Cosmos DB in Visual Studio Code](https://docs.microsoft.com/learn/modules/build-node-cosmos-app-vscode/?WT.mc_id=javascript-111027-gllemos)**
- β **[Automate Node.js deployments with Azure Pipelines](https://docs.microsoft.com/learn/modules/deploy-nodejs/?WT.mc_id=javascript-111027-gllemos)**
- β **[Refactor Node.js and Express APIs to serverless APIs with Azure Functions](https://docs.microsoft.com/learn/modules/shift-nodejs-express-apis-serverless/?WT.mc_id=javascript-111027-gllemos)**
- β **[Build and run a web application with the MEAN stack on an Azure Linux virtual machine](https://docs.microsoft.com/learn/modules/build-a-web-app-with-mean-on-a-linux-vm/?WT.mc_id=javascript-111027-gllemos)**
- β **[Publish an Angular, React, Svelte, or Vue JavaScript app with Azure Static Web Apps](https://docs.microsoft.com/learn/modules/publish-app-service-static-web-app-api/?WT.mc_id=javascript-111027-gllemos)**
- β **[Quickstart: Create an image classification project with the Custom Vision client library](https://docs.microsoft.com/azure/cognitive-services/custom-vision-service/quickstarts/image-classification?WT.mc_id=javascript-111027-gllemos)**
- β **[Create a bot with the Bot Framework SDK for JavaScript](https://docs.microsoft.com/azure/bot-service/javascript/bot-builder-javascript-quickstart?WT.mc_id=javascript-111027-gllemos)**
## π» Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.When you submit a pull request, a CLA bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [[email protected]](mailto:[email protected]) with any additional questions or comments.## βοΈLegal Notices
Microsoft and any contributors grant you a license to the Microsoft documentation and other content
in this repository under the [Creative Commons Attribution 4.0 International Public License](https://creativecommons.org/licenses/by/4.0/legalcode),
see the [LICENSE](LICENSE) file, and grant you a license to any code in the repository under the [MIT License](https://opensource.org/licenses/MIT), see the
[LICENSE-CODE](LICENSE-CODE) file.Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation
may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries.
The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks.
Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653.Privacy information can be found at https://privacy.microsoft.com/en-us/
Microsoft and any contributors reserve all other rights, whether under their respective copyrights, patents,
or trademarks, whether by implication, estoppel or otherwise.