Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marihemori/pet-store
A simple page in ReactJs, it calls a Rest service that returns a json file.
https://github.com/marihemori/pet-store
rest-api
Last synced: about 1 month ago
JSON representation
A simple page in ReactJs, it calls a Rest service that returns a json file.
- Host: GitHub
- URL: https://github.com/marihemori/pet-store
- Owner: marihemori
- License: apache-2.0
- Created: 2019-01-15T23:18:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T02:12:07.000Z (almost 2 years ago)
- Last Synced: 2023-06-04T00:20:06.994Z (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.