- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
- Motomate is a booking app that allows users to easily book and reserve motorcycles online. With Motomate, users can log in and access a wide range of motorcycles to choose from. You can check the front-end of this project here.
Client
Server
Database
- [Add a motorcycle]
- [Reserve a motorcycle]
- [Delete a motorcycle]
To get started with the app, you'll need to have Node.js installed on your system. Node.js is a JavaScript runtime that allows you to run JavaScript code outside of a web browser.
To get a local copy up and running, follow these steps.
Ruby - The app is built on the Ruby programming language, so you'll need to have Ruby installed on your system. You can download Ruby from the official website.
Ruby on Rails - Rails is a web application framework built on Ruby. You'll need to have Rails installed on your system to run the app. You can install Rails using the following command in your terminal:
gem install rails
PostgreSQL - PostgreSQL is an open-source relational database management system used by the app to store and manage data. You'll need to have PostgreSQL installed on your system to run the app.
First, clone the Github repository to your local machine. You can do this by running the following command in your terminal:
[email protected]:NatanimA/MotoMate-Backend-Api.git
Navigate to the project directory in your terminal and run the following command to install the app's dependencies:
bundle install
Before running the app, you'll need to set up the database. To do this, run the following commands in your terminal:
rails db:create
rails db:migrate
rails db:seed
To start the app, run the following command in your terminal:
rails server
- Run the following command to run all tests:
bundle exec rspec
👤 Emre Karayaman
- GitHub: Emre Karayaman
- LinkedIn: Emre Karayaman
👤 Natanim Abesha
- GitHub: @githubhandle
- LinkedIn: LinkedIn
👤 Is-haq, Adnan Olamilekan
- GitHub: @AdnanOlarmmi
- Twitter: @AdnanIshaqOla
- LinkedIn: Adnan (Olamilekan) Is-haq
👤 Ashwin Carvalho
- GitHub: @gitHubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- [Register with email and password.]
- [Edit motorcycle details.]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
- If you like this project please give it a star ⭐️.
- The design provided by Murat Korkmaz on Behance.
This project is MIT licensed.
````