Introduction to API's in Backend Web
This project was created at Make School, a modern and innovative college for future software engineers.
To learn more, visit their website.
Giphy Search is Live on Heroku
This project was Make School's introduction to Node and API's, covered in their Backend Web course. Assignment Link: https://www.makeschool.com/academy/track/giphy-search-app-with-node-js
To set up your developer environment with this project, follow these steps:
- open your terminal.
- in your terminal,
cd
into your directory of git repositories. - copy the project in your terminal using
git clone ___
.- you can optionally fork this project, and clone your fork
- alternatively you can clone this project directly
cd
into the root directory of your newly cloned project.- run
npm install
to retrieve dependancies. - run
npm start
to run the website locally on your computer.