brunofray / rn-rentx

📱🚗 Locação de carros.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

RentX

Rent cars application

GitHub top language Made by Repository size GitHub last commit Repository issues GitHub

About the project   |    Technologies   |    Getting started   |    How to contribute   |    License

💰 About the project

RentX is the application for who want to rent your cars.

🚀 Technologies

💻 Getting started

Dependency API

Clone the project and access the folder

$ git clone https://github.com/brunofray/rn-rentx.git && cd rn-rentx

Install dependencies

$ yarn

Update your baseURL in services/api.ts with your local IP address.

Start API:

yarn start

API Routes

Import in your Insomnia: api/rotas_Insomnia.json

screencap-2022-06-10T043522 189Z screencap-2022-06-13T134305 258Z

🤔 How to contribute

Make a fork of this repository

# Fork using GitHub official command line
# If you don't have the GitHub CLI, use the web site to do that.
$ gh repo fork brunofray/rn-rentx

Follow the steps below

# Clone your fork
$ git clone your-fork-url && cd rn-rentx
# Create a branch with your feature
$ git checkout -b my-feature
# Make the commit with your changes
$ git commit -m 'feat: My new feature'
# Send the code to your remote branch
$ git push origin my-feature

After your pull request is merged, you can delete your branch

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.


Made with 💜  by Bruno Fray 👋  See my linkedin

About

📱🚗 Locação de carros.

License:MIT License


Languages

Language:TypeScript 72.4%Language:Java 12.5%Language:C++ 5.4%Language:Objective-C++ 4.5%Language:Starlark 1.5%Language:Ruby 1.4%Language:Makefile 1.2%Language:JavaScript 0.8%Language:Objective-C 0.3%Language:Swift 0.1%