CAMPINGNB is a project made in a very short time for Le Wagon coding bootcamp. Is about rent camps or offer your own.
Client: Bootstrap, FontAwesome, Stimulus
Server: Ruby on Rails 7
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
To run this project, you will need to add the following environment variables to your .env file
CLOUDINARY_URL
MAPBOX_API_KEY
Rails app generated with lewagon/rails-templates, created by the Le Wagon coding bootcamp team.