Welcome to the JobShop Resource Management System! This web application is designed to help companies efficiently manage resources in a JobShop environment. It leverages Ruby on Rails for the backend, Vue.js for the frontend, and PostgreSQL as the database. The user interface is styled using Bootstrap for a clean and responsive design.
- Ruby and Ruby on Rails installed
- Node.js and Vue CLI installed
- PostgreSQL database
-
Clone the repository:
git clone https://github.com/your-username/jobshop-resource-management.git
Navigate to the backend directory and install dependencies:
bash cd jobshop-resource-management/backend bundle install
Set up the database:
bash rails db:create db:migrate Navigate to the frontend directory and install dependencies:
bash cd ../frontend npm install Usage Start the Rails server:
bash Copy code cd ../backend rails server Start the Vue.js development server:
bash cd ../frontend npm run serve Open your browser and visit http://localhost:8080 to access the application.
Technology Stack Backend: Ruby on Rails Frontend: Vue.js with Bootstrap Database: PostgreSQL Contributing We welcome contributions! If you'd like to contribute to this project, please follow our contribution guidelines.
License This project is licensed under the MIT License.
Acknowledgments Special thanks to the open-source community for the amazing tools and frameworks used in this project. csharp Copy code