Skip to content

D-Forz/campingnb

Repository files navigation

CAMPINGNB

CAMPINGNB is a project made in a very short time for Le Wagon coding bootcamp. Is about rent camps or offer your own.

Screenshots

App Screenshot Home App Screenshot Index App Screenshot Show App Screenshot Details Booking

Tech Stack

Client: Bootstrap, FontAwesome, Stimulus

Server: Ruby on Rails 7

Run Locally

Clone the project

  git clone https://github.com/D-Forz/campingnb.git

Go to the project directory

  cd my-project

Install dependencies

  bundle install
  yarn install

Start the server

  rails s
  yarn build --watch

or

  dev

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

CLOUDINARY_URL

MAPBOX_API_KEY

Authors

Appendix

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