Greenly is the final project for the Bootcamp at Le Wagon.
Client: Bootstrap, FontAwesome, Stimulus Js
Server: Ruby on Rails 7
Clone the project
git clone https://github.com/D-Forz/greenly.git
Go to the project directory
cd greenly
Install dependencies
bundle install
yarn install
Run the migrations and seeds ( be sure you have the database created)
rails db:migrate
rails db:seeds
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
Rails app generated with lewagon/rails-templates, created by the Le Wagon coding bootcamp team.