Giter Site home page Giter Site logo

gnoparus / cld-fundamentals-for-developers Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cloudinary-training/cld-fundamentals-for-developers

0.0 1.0 0.0 13 MB

Source code for Fundamentals for Developers Course

Home Page: https://cloudinary-training.github.io/cld-fundamentals-for-developers/assets/images/kitten.jpg

JavaScript 66.33% CSS 1.61% HTML 29.83% Pug 2.23%

cld-fundamentals-for-developers's Introduction

Cloudinary Fundamentals for Developers

This code repository supports the Cloudinary Customer Education course offered Self Service offered in the Cloudinary Academy and virtual online courses offered throughout the year.

Download, clone or fork this repository so that you can work along with the code.

Setup

Install the latest version of node.js/npm to follow along with node exercises. Download node.js and npm. You must be at Node.js Version 10 or greater.

You can update node/npm with this command: npm i npm@latest -g

IDE

We'll be using Visual Studio Code to manage code in demos.

A text editor will work, but we recommend these IDE's for working with JavaScript as well:

Setting up an HTTP Server

I’ll be using Visual Studio Code with the Live Server extension to serve HTML files on localhost.

Another alternative to using the VS Code live server extension is to install the npm http-server

npm i -g http-server

and open the server from the terminal with

npx http-server

If you're using a Mac, you can use the built in python server

python -m SimpleHTTPServer 8000

.env

Your .env file is .gitignored and can’t be accidentally checked into a repository because it will contain your API_SECRET.

In the root of the project, you’ll find a .env.template file. Copy it to an .env file and add your information:

cp .env.template .env

This link will take you to the Console, where you can copy the Cloudinary URL into your buffer: https://www.cloudinary.com.

The .env file should contain the CLOUDINARY_URL and a USER_NAME which is the email you used to sign up for the account.

CLOUDINARY_URL=<cloudinary URL from console>
USER_NAME=<cloudinary account email>

How to Run the node.js scripts

Before running any scripts you need to run npm install in the terminal.

cld-fundamentals-for-developers's People

Contributors

rebeccapeltz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.