Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeff-pedro/adopet-client
Website used to integrate the API developed for a Backend Challenge.
https://github.com/jeff-pedro/adopet-client
api-integration nodejs reactjs
Last synced: 2 days ago
JSON representation
Website used to integrate the API developed for a Backend Challenge.
- Host: GitHub
- URL: https://github.com/jeff-pedro/adopet-client
- Owner: jeff-pedro
- Created: 2024-03-19T23:49:02.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-21T23:24:53.000Z (7 months ago)
- Last Synced: 2024-04-22T13:13:06.017Z (7 months ago)
- Topics: api-integration, nodejs, reactjs
- Language: JavaScript
- Homepage: https://adopet.sapituca.site
- Size: 831 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🐾 AdoPet: site de adoção de animais
> **Adopet** é uma empresa fictícia de adoção de animais que foi usado como aplicação front-end para integração de uma API RESTful durante um Challenge Back-End.
## 🤖 Tecnologias
## 📋 Requisitos
- Node.js e NPM
- [Adopet API](https://github.com/jeff-pedro/adopet-api/)## 🐾 AdoPet
- 🧩 [adopet.sapituca.site](http://adopet.sapituca.site/)
## 🗂 Docs
- [Wiki](https://github.com/jeff-pedro/adopet-api/wiki)
## ⚙️ Como usar o repositório
Clonar o repositório.
```
git clone [repositorio]
cd [repositorio]
```Instalar as dependencias.
```shell
npm install
```Subir o [Adopet API](https://github.com/jeff-pedro/adopet-api/).
Executar a aplicação.
```shell
REACT_APP_DEV_API_URL="http://localhost:9000" npm start
```### 🧪 Testes
Executar os testes de end-to-end.
```shell
npm run cypress:open
```### 📦 Build
```shell
npm run build
```## ©️ Créditos
- Desenvolvimento do front-end do Adopet na versão inicial: [@sucodelarangela 🍊](https://angelacaldas.vercel.app)
---