Skip to content

oliviercagnat/rails-jedi-master-class

Repository files navigation

📚 Jedi Master Class!

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

Screen Shot 2022-03-15 at 11 57 48


App home: https://rails-jedi-master-class.herokuapp.com/

Home page: home

Master lessons page: master-lessons

User lessons page: all-lessons

User profile page: profile

Getting Started

Setup

Install gems

bundle install

Install JS packages

yarn install

ENV Variables

Create .env file

touch .env

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

CLOUDINARY_URL=cloudinary://344992527685345:7KIxUeqXlKW3gEMLagm0x5qWdSA@dhkk2emak

DB Setup

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

Run a server

rails s

Built With

Acknowledgements

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!.

Team Members

Contributing

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