https://github.com/jacobgrisham/introduction-to-api-s
Introduction to Application Programming Interfaces (APIs)
https://github.com/jacobgrisham/introduction-to-api-s
api back-end-web-development expressjs javascript nodejs
Last synced: 3 months ago
JSON representation
Introduction to Application Programming Interfaces (APIs)
- Host: GitHub
- URL: https://github.com/jacobgrisham/introduction-to-api-s
- Owner: JacobGrisham
- Created: 2020-09-16T01:07:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-16T01:07:59.000Z (almost 6 years ago)
- Last Synced: 2025-03-29T13:51:37.844Z (over 1 year ago)
- Topics: api, back-end-web-development, expressjs, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction to API's
### Coding challenge from the Udemy Course [the Web Developer Bootcamp](https://www.udemy.com/course/the-web-developer-bootcamp/)
I wrote the code in app.js, and in the views directory. The other files were provided by the instructor.
## 💡Lessons Learned
- API's
## 🚀 Getting Started
To run this project locally:
- In your terminal, navigate to the root folder and run the following commands
```
$ npm install
$ npm start
```
- Copy and paste the following into your browser of choice: localhost:3000
## 🕹 How to Use
- Copy and paste the following into your browser of choice localhost:3000/results
## 📣 Reference
- Section 27: Working with API's of the Udemy Course [the Web Developer Bootcamp](https://www.udemy.com/course/the-web-developer-bootcamp/)