Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orodrigogo/rentx-ignite
📱🚗 API e Mobile de locação de carros.
https://github.com/orodrigogo/rentx-ignite
nodejs react-native
Last synced: 7 days ago
JSON representation
📱🚗 API e Mobile de locação de carros.
- Host: GitHub
- URL: https://github.com/orodrigogo/rentx-ignite
- Owner: orodrigogo
- Created: 2022-03-10T20:16:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-18T15:17:36.000Z (over 2 years ago)
- Last Synced: 2023-12-05T14:33:41.261Z (12 months ago)
- Topics: nodejs, react-native
- Language: TypeScript
- Homepage:
- Size: 1.04 MB
- Stars: 44
- Watchers: 4
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![App Screenshot](.github/cover.png)
# Rentx
Complete application to rent cars.## Iniciando a aplicação
Lembre-se de atualizar a baseURL em services/api.ts com o endereço IP da sua máquina para utilizar o back-end.Em seguida execute a API:
```bash
yarn start
```## Rotas da API
Para visualizar exemplos testados de todas as rotas da API, você pode importar no seu Insomnia o arquivo: api/rotas_Insomnia.json## Stack
- React Native
- Typescript
- Expo Bare Workflow
- WatermelonDB
- Lottie
- Reanimated v2
- Cache Image
- Offline first
- Nodejs as backend## Features
- User authentication
- Create new user
- Profile Update
- List my rental cars
- List cars avaiables
- Rent cars
- And more...