Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexander16108/airrentals-backend
https://github.com/alexander16108/airrentals-backend
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexander16108/airrentals-backend
- Owner: alexander16108
- Created: 2022-04-27T13:03:33.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-05-24T14:04:24.000Z (over 2 years ago)
- Last Synced: 2024-12-07T16:12:00.879Z (about 2 months ago)
- Language: Ruby
- Size: 161 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aviones-API
> A project that enables people to rent a plane/planes for a specific period of time. link to the frontend [click me](https://github.com/Tumworobere/AirRovers-Frontend-App)
## Built With
- Ruby on rails
- JWT## Link to API Documentation
[Click here](https://aviones-api.herokuapp.com/api-docs)## Link to FrontEnd app
[click here](https://github.com/Tumworobere/AirRovers-Frontend-App)## Run project on your machine follow these steps
- 1
```
git clone [email protected]:alexander16108/AirRentals-backend.git
```- 2
```
cd AirRentals-backend
```
- 3```
bundle install
```
- 4```
rails db:migrate:reset
```
- 5```
rails db:seed
```
- 6```
rails s
```## API documentaion
The api endpoints can be found by putting the following in the browser url
```
http://localhost:3000/api-docs/index.html```
### Run tests
```
rspec
```## Authors
👤 **Tchilo**
- GitHub: [@Tchilo](https://github.com/Tchilo)
👤 **alexander16108**
- GitHub: [@alexander16108](https://github.com/alexander16108)
👤 **Kingstalux**
- GitHub: [@Kingstalux](https://github.com/Kingstalux)👤 **Tumworobere**
- GitHub: [@Tumworobere](https://github.com/Tumworobere)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
# Acknowledgements
Original design idea by Murat Korkmaz on Behance.[Murat Korkmaz on Behance](https://www.behance.net/muratk)
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./MIT.md) licensed.