📄️ NodeJS/Express - Overview
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. It allows you to run JavaScript on the server side, which can be useful for building web servers, APIs, and other types of backend applications.
📄️ Basic REST Server
1. Install Node.js and create a new project. You will need to install Node.js on your computer to be able to use it. Then, create a new directory for your project and run the following to initialize a new Node.js project.
🗃️ REST API Components
5 items
🗃️ Auth
4 items
🗃️ Deploying Your API
3 items