Skip to content

Steve-Hun/OrganisationHub

Repository files navigation

OrganisationHub

OrganisationHub is a workplace task management app that allows users to post and join multiple organisations

Prerequisites

Before you begin, ensure you have the following installed:

  • Ruby
  • npm

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/OrganisationHub.git
    cd OrganisationHub
  2. Install Ruby dependencies:

    bundle install
  3. Install JavaScript dependencies:

    npm install
  4. Set up the database:

    rails db:create
    rails db:migrate
    rails db:seed # Load initial data for testing

Usage

To run the application locally:

  1. Start the Rails server and Vite development server:

    Using a tool like foreman allow you to run configuration in Profile.dev which run both vite server and rails server

    foreman start -f Procfile.dev
  2. Open your browser and navigate to the port specified in your configuration

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •