This is the back-end of the Ducati rentals app. It is a rails API made to serve as the database to the front-end built with React.
- Ruby (programming language)
- Rails (framework)
- PostgreSQL (database)
- Linters: Rubocop
- Linters: Stylent
- Visual Studio Code (code editor)
- RSpec (testings)
Our group remained the same throughout the whole project.
To get a local copy up and running follow these simple steps.
- A code editor like Visual Studio Code with Git and Ruby.
You can check if Git is installed by running the following command in the terminal.
$ git --version
Likewise for Ruby installation.
$ ruby --version && irb
In the terminal, navigate to where you wish the repo to be located and run these commands.
$ git clone https://github.com/AbrahaKahsay/final-capstone-backend.git
$ cd final-capstone-backend
$ bundle install
$ rails db:create
$ rails db:migrate
$ rails db:seed
$ rails server
To install rspec, in the terminal kindly run this command
$ gem install rspec
To run tests, please run this command
$ rspec ./spec/#{file_path}/#{file_name}_spec.rb
👤 Abraha Kahsay
- GitHub: @AbrahaKahsay
- Twitter: @@abraha_ka
- LinkedIn: @abraha-kahsay
👤 Alejandro Torres
👤 Jesús Vázquez
- GitHub: @jevazquezb
- Twitter: @javb_1187
- LinkedIn: @jevazquezb
👤 Lucas Costa Rodrigues
- GitHub: @lucas-crodrigues
- Twitter: @lcrodrigues58
- LinkedIn: Lucas Costa Rodrigues
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse team.
- Coding Partners.
- Code Reviewers.
This project is MIT licensed.