OrganisationHub is a workplace task management app that allows users to post and join multiple organisations
Before you begin, ensure you have the following installed:
- Ruby
- npm
-
Clone the repository:
git clone https://github.com/your-username/OrganisationHub.git cd OrganisationHub -
Install Ruby dependencies:
bundle install
-
Install JavaScript dependencies:
npm install
-
Set up the database:
rails db:create rails db:migrate rails db:seed # Load initial data for testing
To run the application locally:
-
Start the Rails server and Vite development server:
Using a tool like
foremanallow you to run configuration in Profile.dev which run both vite server and rails serverforeman start -f Procfile.dev
-
Open your browser and navigate to the port specified in your configuration