Skip to content

. A JobShop environment typically refers to a manufacturing setting where different jobs are processed through different workstations.

Notifications You must be signed in to change notification settings

maaferna/RoRInit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

JobShop Resource Management System

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.

Getting Started

Prerequisites

Installation

  1. 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

About

. A JobShop environment typically refers to a manufacturing setting where different jobs are processed through different workstations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published