fernandocampo / subscriptify

1 stars 1 forks source link

Subscriptify

Subscriptify is a website designed to track and send notifications for subscription renewals

Features

Getting Started

Prerequisites

Before you begin, ensure you have installed:

Installation Steps

  1. Clone the Repository git clone https://github.com/fernandocampo/subscriptify.git

  2. Navigate to the Project Directory cd subscriptify

  3. Install Dependencies First, install the Ruby gems specified in the Gemfile: bundle install

  4. Setup the Database Create and migrate the database: rails db:create db:migrate

  5. Start the Rails Server Start the Rails application: rails server

  6. Launch Sidekiq in a New Terminal For background processing, start Sidekiq in a new terminal window: sidekiq

Usage

Navigate to http://localhost:3000 to view the application. Use the provided routes for user authentication, data visualization, report generation, and more.

Authors