Steps to deploy Node.js to VPS using PM2 and Github Actions
const fs = require('fs'); | |
const path = require('path'); | |
var copyFile = (file, dir2) => { | |
var f = path.basename(file); | |
var source = fs.createReadStream(file); | |
var dest = fs.createWriteStream(path.resolve(dir2, f)); | |
source.pipe(dest); | |
source.on('end', function () { |
Organization: Postman
Mentor: Udit Vasu
Newman is a command-line Collection Runner for Postman. It allows us to run and test a collection of APIs directly from the command line. It is used with continuous integration servers and build systems to test and monitor different APIs.
Create the backend for a bootcamp directory website. The frontend/UI will be created by another team (future course). The html/css template has been created and can be used as a reference for functionality. All of the functionality below needs to be fully implmented in this project.
- List all bootcamps in the database
- Pagination
- Select specific fields in result
- Limit number of results
- Filter by fields
As of the lastest versions, just execute the following command .\cmder.exe /REGISTER ALL
per Documentation.
To add an entry in the Windows Explorer context menu to open Cmder
in a specific directory, paste this into a OpenCmderHere.reg
file
and double-click to install it.