For development, you will only need Node.js and a node global package, Yarn, installed in your environement.
-
You can install nodejs and npm easily with apt install, just run the following commands.
$ sudo apt install nodejs $ sudo apt install npm
- Node
- Express
- Swagger
npm install
npm start
- Application will run on http://localhost:8000
- Swagger doc will run on http://localhost:8000/api-docs