Skip to content

This was an AirBnB clone I made with a team at Le Wagon. It was the first coding project I worked on with a team.

License

Notifications You must be signed in to change notification settings

Ward-R/rails-rentool

 
 

Repository files navigation

Rails app generated with lewagon/rails-templates, created by the Le Wagon coding bootcamp team.

📚 Rentool

This was our first group project at Le Wagon. It is a Desktop Rails app airbnb clone. It is a basic marketplace that allows users to list their tools for rent, and other users can rent them for use.


App home: [https://airbnb-carved-duck-e9e78c22c0c6.herokuapp.com/)

Getting Started

Setup

Install gems

bundle install

ENV Variables

Create .env file

touch .env

Inside .env, set these variables. For any APIs, see group Slack channel.

CLOUDINARY_URL=your_own_cloudinary_url_key

DB Setup

rails db:create
rails db:migrate
rails db:seed

Run a server

rails s

Built With

Acknowledgements

Thanks to the teachers at Le Wagon for the help on our first team based rails app!

Team Members

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT License

About

This was an AirBnB clone I made with a team at Le Wagon. It was the first coding project I worked on with a team.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 61.2%
  • HTML 24.6%
  • SCSS 9.8%
  • JavaScript 2.9%
  • Dockerfile 1.4%
  • Shell 0.1%