This app is a simple random string selector.
- Clone the repo:
[email protected]:harrmegh/random-string-selector.git
- Then, run the following commands:
npm init -y
npm install express body-parser
To run locally, enter this command: node server.js
.