API to convert to uppercase and lowercase
You can check the website: https://lowerupper-c31ab.firebaseapp.com/
How to run the site ?
- git clone https://github.com/harikrishnang3399/LowerUpper.git
- Goto directory LowerUpper
- Type in terminal to run server >node app.js OR >nodemon app.js
- open index.html in browser
- Thats all :)
NOTE: Your system should have Nodejs installed. All npm installs have been made and node_modules folder contains all of them.
Installs made(inside LowerUpper folder) :
- npm install --save express
- npm install --save multer
- npm install --save cors
- npm install --save body-parser
- npm install --save-dev nodemon
If nodemon app.js didn't work, goto package.json file and add in scripts: "start": "nodemon app.js" Now run >npm start