mayankagnihotri7 / EmailReferrals

Invite users to your platform with ease! Email Referrer is a web application that helps you invite any user to start using your platform by just entering the email.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Email Referrer

Invite users to your platform with ease! Email Referrer is a web application that helps you invite any user to start using your platform by just entering the email.

Setup

Prerequisites

  • Developer environment with:
    • Ruby $(cat .ruby-version) installed.
    • Node.js $(cat .nvmrc) installed.
  • MySQL database running

Step-by-step setup

  1. Clone the repository: git clone git@github.com:mayankagnihotri7/EmailReferrals.git
  2. Run the setup script: bin/setup
    • This script installs all required dependencies for Ruby and React, and creates the database.yml file if it doesn't exist.
  3. Start the app in development mode: bin/dev

Tests and CI

Run bin/ci to execute all tests and checks for the app. This includes unit tests, integration tests, and code quality checks.

About

Invite users to your platform with ease! Email Referrer is a web application that helps you invite any user to start using your platform by just entering the email.


Languages

Language:Ruby 51.3%Language:JavaScript 40.2%Language:HTML 6.5%Language:Shell 1.1%Language:CSS 0.8%Language:SCSS 0.2%