Giter VIP home page Giter VIP logo

angular-apirequest's Introduction

Tutorial Angular API Request

About   |   Technologies   |   Requirements   |   Starting   |   Author  |  


PRs welcome! License

🎯 About

Here we will learn in practice how to #consume an #API in Front-end, using Angular's native client. It's very easy and was very well explained.

🚀 Technologies

This project was developed using the following technologies:

ANGULAR HTML SCSS TypeScrit

✅ Requirements

Before starting 🏁, you need to have Git and ANGULAR installed.

🏁 Starting

# cloning this repository
$ git clone https://github.com/chagasleandro/Angular-ApiRequest
# Acces
$ cd Angular-ApiRequest
# Install dependencies
$ npm
# Run the project
$ ng serve -o
# The server will initialize in the <https://localhost:4200>

Documentação API Request

This project is a tutorial on how to use the native client of the Angular Framework for HTTP requests by the Hello World School class and the support material:

API-Request - (https://www.apirequest.io)

Installing the Dependencies:

$ npm install

Development Server:

Antes de tudo deve-se instalar o json-server para simular uma API, para isso executar:


`npm install -g json-server`


Após instalar, navegar até a pasta Fake API e executar:


json-server --watch db.json

Execute o APP

Execute ng serve to a dev server. Navegue até http://localhost:4200/. The app will automatically reload if you change any of the source files.


Understand how to make a POST, GET, UPDATE, DELETE using the consecradíssimo's native client #Angular

.

angular-apirequest's People

Contributors

chagasleandro avatar

Stargazers

 avatar  avatar  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.