This project is a Rails application for managing watch lists.
This project uses Ruby version 3.0.0. Make sure you have the correct Ruby version installed.
- Rails 6.1.4
- PostgreSQL for the database
- Node.js and Yarn for managing JavaScript dependencies
To set up the project, follow these steps:
-
Clone the repository:
git clone [email protected]:ardidrizi/rails-watch-list.git cd rails-watch-list
-
Install dependencies:
bundle install yarn install
-
Set up environment variables (if any).
To create the database, run:
rails db:create
To initialize the database, run:
rails db:migrate
rails db:seed
To run the test suite, use:
rails test
This project may include additional services such as job queues, cache servers, and search engines.