Whether you're a Master (teacher) or Padawan (learner) create or find some of your favorite classes about skills that can be found in the Starwars universe!
Rails web app created at Le Wagon. Airbnb replica
App home: https://rails-jedi-master-class.herokuapp.com/
Install gems
bundle install
Install JS packages
yarn install
Create .env
file
touch .env
Inside .env
, set these variables. For any APIs, see group Slack channel.
CLOUDINARY_URL=cloudinary://344992527685345:7KIxUeqXlKW3gEMLagm0x5qWdSA@dhkk2emak
rails db:create
rails db:migrate
rails db:seed
rails s
- Rails 6 - Backend / Front-end
- Stimulus JS - Front-end JS
- Heroku - Deployment
- PostgreSQL - Database
- Bootstrap — Styling
- Figma — Prototyping
I would like to thank my wonderful team mates David, Laura and Laetitia! Without them this app would have never been possible. Please find their info below!.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.