https://github.com/mariana-morais/pet-store
A simple page in React.js. It calls a Rest service that returns a json file.
https://github.com/mariana-morais/pet-store
rest-api
Last synced: 2 months ago
JSON representation
A simple page in React.js. It calls a Rest service that returns a json file.
- Host: GitHub
- URL: https://github.com/mariana-morais/pet-store
- Owner: mariana-morais
- License: apache-2.0
- Created: 2019-01-15T23:18:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T02:12:07.000Z (over 3 years ago)
- Last Synced: 2025-01-25T08:12:52.657Z (over 1 year ago)
- Topics: rest-api
- Language: JavaScript
- Homepage:
- Size: 2.6 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Sobre
Uma página simples em ReactJs, ela chama um serviço Rest que retorna um Json.
## Instalação
Necessita possuir o [npm](https://www.npmjs.com/) e o [node](https://nodejs.org/en/) mais recente.
Extraia todos os arquivos e execute o seguinte comando no diretorio dos arquivos.
### `npm install`
Você pode iniciar com:
### `npm start`
Abra [http://localhost:3000](http://localhost:3000) para ver no navegador.
A página irá carregar se você editar mudanças.