Sl.No | Questions |
---|---|
01. | What does the runtime environment mean in Node.js? |
02. | What is Node.js? |
-
James Dawson https://polymurph13.github.io/Plague-Project-1/
-
Arune Martinkeviciute https://arunem.github.io/Game/
-
Michelle Lock https://michelleytlock.github.io/aisle-1/
-
Nicholas Barnes https://colorpulse6.github.io/mad-science/
-
Justine Benevent https://justinebenevent.github.io/Oh-No-Dino/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// You need to run `npm i cloudinary multer-storage-cloudinary multer` to use cloudinary | |
// create this file in the 'config' folder | |
const cloudinary = require('cloudinary').v2; | |
const { CloudinaryStorage } = require('multer-storage-cloudinary'); | |
const multer = require('multer'); | |
// once you register on cloudinary you will get these three keys. | |
// store them in the .env file and reference them here | |
cloudinary.config({ |
##Complete the following steps:
- Open your command line or terminal
- cd into your projects directory
- Run
npx create-react-app APP_NAME
to create a new folder called APP_NAME with a React app inside
eg npx create-react-app react-day2
OR
To check how to deploy in another way with Github read here
- create heroku account
- it's a cloud platform for hosting apps
- https://signup.heroku.com/
- create application
- provide a name (it will be the url https://app-name.herokuapp.com)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://repl.it/@ManishPoduval1/Traffic-lights-drill-2 |
NewerOlder