Skip to content

ctln12/rails-watch-list

Repository files navigation

🎥 Watch List Project

📝 Description

The project allows a user to create lists in which they can save their favourite movies.

Based on a challenge from Le Wagon bootcamp, it aims to build a 3-model app and the main key feature is a many-to-many relationship.

My goal is to make use of the simple guidelines to practice:

  • building an app with Rails 7
  • writing tests with RSpec, FactoryBot and Capybara
  • using Stimulus
  • styling with TailwindCSS

🧰 Built with

🚀 Run the code

  1. Clone the repo
    $ gh repo clone ctln12/rails-watch-list
    
  2. Navigate into the root of the folder
    $ cd rails-watch-list
    
  3. Install the necessary gems:
    $ bundle install
    
  4. Create the database
    $ rails db:create
    
  5. Run the migration files
    $ rails db:migrate
    
  6. Run the seeds
    $ rails db:seed
    
  7. Start the server
    $ rails server
    
  8. Navigate to localhost:3000 in your browser

👩‍💻 Author

  • Cataline Baert ctln12 catalinebaert CatalineBaert

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to leave a comment or open an issue here.

About

Rails app to save your favourite movies inside lists (in progress)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published